From c64591a16230c21991b2f7f9902afa54b84c330e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 18 Apr 2025 14:45:33 -0400 Subject: [PATCH] Fixed indentation error. --- src/cthulhu/keybindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/keybindings.py b/src/cthulhu/keybindings.py index f7ba3b0..eecd6a5 100644 --- a/src/cthulhu/keybindings.py +++ b/src/cthulhu/keybindings.py @@ -470,7 +470,7 @@ class KeyBindings: given keycode and modifiers, or None if no match exists. """ - logger.info(f"Looking for handler for key: {keyboardEvent.hw_code} with modifiers {keyboardEvent.modifiers}") + logger.info(f"Looking for handler for key: {keyboardEvent.hw_code} with modifiers {keyboardEvent.modifiers}") return binding matches = [] candidates = []