fix indent

This commit is contained in:
Matt Rose 2020-04-22 21:44:45 -04:00
parent c0c0b88e04
commit 3a1b56da12
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Keybindings:
'alt': Gdk.ModifierType.MOD1_MASK,
'super': Gdk.ModifierType.SUPER_MASK,
'hyper': Gdk.ModifierType.HYPER_MASK,
'mod2': Gdk.ModifierType.MOD2_MASK
'mod2': Gdk.ModifierType.MOD2_MASK
}
empty = {}