Skip to content

Commit

Permalink
apply fourmolu v12 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 12, 2023
1 parent 32b4ada commit c411cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/TUI/View/CellDisplay.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ displayEntityCell worldEditor g coords =
e
`hasProperty` Known
|| (e ^. entityName)
`elem` (g ^. knownEntities)
`elem` (g ^. knownEntities)
|| case hidingMode g of
HideAllEntities -> False
HideNoEntity -> True
Expand Down

0 comments on commit c411cab

Please sign in to comment.