Skip to content

Commit

Permalink
fix cell widths
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Sep 8, 2024
1 parent 77a20b5 commit 4eaa05e
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 206 deletions.
2 changes: 2 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- {name: Data.List.head, within: []}
- {name: Prelude.head, within: [Swarm.Web.Tournament.Database.Query]}
- {name: Prelude.tail, within: []}
- {name: Prelude.maximum, within: []}
- {name: Prelude.minimum, within: []}
- {name: Prelude.!!, within: [Swarm.Util.indexWrapNonEmpty, TestEval]}
- {name: undefined, within: [Swarm.Language.Key, TestUtil]}
- {name: fromJust, within: []}
Expand Down
1 change: 0 additions & 1 deletion src/swarm-tui/Swarm/TUI/Controller/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import Swarm.Language.Capability (Capability (CDebug))
import Swarm.Language.Syntax hiding (Key)
import Swarm.TUI.Model (
AppState,
FocusablePanel,
ModalType (..),
gameState,
modalScroll,
Expand Down
Loading

0 comments on commit 4eaa05e

Please sign in to comment.