Skip to content

Commit

Permalink
Merge pull request #24 from JiuLing-zhang/bot/fix-codeformatting
Browse files Browse the repository at this point in the history
[Bot] Automated PR to fix formatting errors
  • Loading branch information
JiuLing-zhang authored Feb 10, 2025
2 parents c408377 + fe800cc commit cee2562
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 cee2562

Please sign in to comment.