Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Apr 23, 2020
1 parent c0c0b88 commit 3a1b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminatorlib/keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 3a1b56d

Please sign in to comment.