diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-07-30 20:27:40 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:33 +0200 |
| commit | deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca (patch) | |
| tree | b09281e2d5124921fa53aab8be1acb53dbd0e970 /go/client | |
| parent | 84d69cf805e1b998768a5a340f0388cf68307ff2 (diff) | |
| download | muhqs-game-deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca.tar.gz muhqs-game-deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca.zip | |
make format
Diffstat (limited to 'go/client')
| -rw-r--r-- | go/client/game.go | 1 | ||||
| -rw-r--r-- | go/client/keybindings.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/go/client/game.go b/go/client/game.go index 13209695..d027f07c 100644 --- a/go/client/game.go +++ b/go/client/game.go @@ -219,7 +219,6 @@ func (g *Game) showWinners() { g.passButton.RegisterHandler("click", func(int, int) { activities.PopActivity() }) - } func (g *Game) showStore() { 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) { |
