Skip to content

Commit

Permalink
apply hlint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jan 15, 2025
1 parent 7a9d46a commit a3d8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-tui/Swarm/TUI/Model/Event.hs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ defaultReplBindings = allBindings $ \case
-- REPL EVENTS
-- ----------------------------------------------

data WorldEvent
newtype WorldEvent
= MoveViewEvent AbsoluteDir
deriving (Eq, Ord, Show, Generic)
deriving (Enum, Bounded) via (FiniteEnumeration WorldEvent)
Expand Down

0 comments on commit a3d8c08

Please sign in to comment.