Skip to content

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent c408377 commit fe800cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComputerLock/Platforms/SystemKeyHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private bool IsSystemKey(int vkCode)
{
return vkCode == VK_LWIN || vkCode == VK_RWIN ||
vkCode == VK_LSHIFT || vkCode == VK_RSHIFT ||
vkCode == VK_LCONTROL || vkCode == VK_RCONTROL ||
vkCode == VK_LCONTROL || vkCode == VK_RCONTROL ||
vkCode == VK_TAB;
}

Expand Down

0 comments on commit fe800cc

Please sign in to comment.