Skip to content

Commit 9bd7abe

Browse files
github-actions[bot]JiuLing-zhang
authored andcommitted
Automated dotnet-format update
1 parent 6c58453 commit 9bd7abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComputerLock/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private void Init()
5959
services.AddSingleton<SystemKeyHook>();
6060
services.AddSingleton<HotkeyTools>();
6161
services.AddSingleton<ThemeSwitchService>();
62-
services.AddSingleton<IWindowsMessageBox, WindowsMessageBox>();
62+
services.AddSingleton<IWindowsMessageBox, WindowsMessageBox>();
6363
services.AddSingleton<IGlobalLockService, GlobalLockService>();
6464
services.AddKeyedSingleton<IScreenLockService, PasswordScreenLockService>(ScreenUnlockMethods.Password);
6565
services.AddKeyedSingleton<IScreenLockService, HotkeyScreenLockService>(ScreenUnlockMethods.Hotkey);

0 commit comments

Comments
 (0)