Skip to content

Commit 7d4a9c3

Browse files
committed
Reorder modifer
1 parent 721e481 commit 7d4a9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
99
/// Listens keyboard globally.
1010
/// <remarks>Uses WH_KEYBOARD_LL.</remarks>
1111
/// </summary>
12-
public unsafe static class GlobalHotkey
12+
public static unsafe class GlobalHotkey
1313
{
1414
private static readonly IntPtr hookId;
1515

0 commit comments

Comments
 (0)