aboutsummaryrefslogtreecommitdiff
path: root/go/client/keybindings.go
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-07-30 20:27:40 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2025-08-20 15:57:33 +0200
commitdeaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca (patch)
treeb09281e2d5124921fa53aab8be1acb53dbd0e970 /go/client/keybindings.go
parent84d69cf805e1b998768a5a340f0388cf68307ff2 (diff)
downloadmuhqs-game-deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca.tar.gz
muhqs-game-deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca.zip
make format
Diffstat (limited to 'go/client/keybindings.go')
-rw-r--r--go/client/keybindings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/client/keybindings.go b/go/client/keybindings.go
index 147afced..a9e0eed4 100644
--- a/go/client/keybindings.go
+++ b/go/client/keybindings.go
@@ -20,7 +20,6 @@ type (
func (g *Game) handleKeyBindings(bindings keyBindings) (err error) {
for i, ev := range ui.Input {
-
for _k, a := range bindings {
var remove bool
switch k := _k.(type) {