From b0d241b2f01142d495e158db85e74d51411791ee Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 10 Nov 2022 00:51:43 +0200 Subject: [PATCH] ci(lint): fix block should not start with a whitespace (wsl) --- internal/pkg/eventhandler/eventhandler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/pkg/eventhandler/eventhandler.go b/internal/pkg/eventhandler/eventhandler.go index 4612ca8..c197ba5 100644 --- a/internal/pkg/eventhandler/eventhandler.go +++ b/internal/pkg/eventhandler/eventhandler.go @@ -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)