Reorder modifer

This commit is contained in:
Kevin Zhang 2021-12-05 17:41:02 -06:00
parent 721e481a0e
commit 7d4a9c3494

View file

@ -9,7 +9,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
/// Listens keyboard globally.
/// <remarks>Uses WH_KEYBOARD_LL.</remarks>
/// </summary>
public unsafe static class GlobalHotkey
public static unsafe class GlobalHotkey
{
private static readonly IntPtr hookId;