Fixed indentation error.

This commit is contained in:
Storm Dragon 2025-04-18 14:45:33 -04:00
parent 80212d616f
commit c64591a162

View File

@ -470,7 +470,7 @@ class KeyBindings:
given keycode and modifiers, or None if no match exists. 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 return binding
matches = [] matches = []
candidates = [] candidates = []