Skip to content

Commit

Permalink
ci(lint): fix block should not start with a whitespace (wsl)
Browse files Browse the repository at this point in the history
  • Loading branch information
GTANAdam authored and Serpentiel committed Nov 10, 2022
1 parent 25ebdbb commit b0d241b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/eventhandler/eventhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func (h *fnKeyHandler) KeyUp() handlerFunc {
// TODO: This is not working as designed at the moment—this is supposed to open the original
// input source popup, but implementing it requires some reverse engineering.
// There is probably a function in macOS private API that can be used to open the popup.

logger.Info("globe key double pressed")

h.setInputSource(h.previousInputSource)
Expand Down

0 comments on commit b0d241b

Please sign in to comment.