mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-06 09:35:38 -05:00
Code cleanup
This commit is contained in:
@@ -169,9 +169,9 @@ public static class LegacyDatabase
|
||||
|
||||
var realm = Realm.GetInstance(realmConfiguration);
|
||||
|
||||
if (!File.Exists(DatabaseFile))
|
||||
if (!File.Exists(DatabaseFile))
|
||||
return;
|
||||
|
||||
|
||||
using var connection = new SqlCeConnection($"Data Source={DatabaseFile}");
|
||||
|
||||
connection.Open();
|
||||
|
||||
Reference in New Issue
Block a user