Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Apr 29, 2024
1 parent 5db35e4 commit a93bb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SquirrelInputController.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ - (BOOL)handleEvent:(NSEvent*)event client:(id)sender {
}
}

if (event.type == NSEventTypeFlagsChanged) _lastModifier = modifiers;
if (event.type == NSEventTypeFlagsChanged)
_lastModifier = modifiers;
_lastEventType = event.type;

return handled;
Expand Down

0 comments on commit a93bb18

Please sign in to comment.