Skip to content

Commit 83923c9

Browse files
committed
Update OptionsFormLauncher.cs
1 parent ab65805 commit 83923c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEngineTray/Settings/OptionsFormLauncher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static async Task<IReadOnlyCollection<string>> Save(KeyRegister keyRegister, Tra
5353
}
5454

5555
await SettingsHelper.Write(settings);
56-
return Array.Empty<string>();
56+
return [];
5757
}
5858

5959
static void AddHotKey(KeyRegister keyRegister, HotKey? hotKey, int id, Action action, List<string> saveErrors)

0 commit comments

Comments
 (0)