Skip to content

Commit 42c5f9e

Browse files
committed
Fix code comments
1 parent fd61303 commit 42c5f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.ComponentModel;
44
using System.Globalization;
@@ -1927,7 +1927,7 @@ public async Task SetupDialogJumpAsync(nint handle)
19271927
var timeOut = !SpinWait.SpinUntil(() => !Win32Helper.IsForegroundWindow(DialogWindowHandle), 150);
19281928
if (timeOut) return;
19291929

1930-
// Bring focus back to the the dialog
1930+
// Bring focus back to the dialog
19311931
Win32Helper.SetForegroundWindow(DialogWindowHandle);
19321932
}
19331933
catch (Exception e)

0 commit comments

Comments
 (0)