Skip to content

Commit

Permalink
more fourmolu-0.12 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey authored and kostmo committed Jul 12, 2023
1 parent c411cab commit b3b97a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Swarm/Game/Scenario/Topography/Cell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ instance FromJSONE (EntityMap, RobotMap) (AugmentedCell Entity) where
AugmentedCell
<$> liftE (v .:? "waypoint")
<*> v
..: "cell"
..: "cell"

------------------------------------------------------------
-- World editor
Expand Down
2 changes: 1 addition & 1 deletion src/Swarm/Game/Scenario/Topography/Structure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ instance FromJSONE (EntityMap, RobotMap) (NamedStructure (Maybe (PCell Entity)))
sName <- liftE $ v .: "name"
NamedStructure sName
<$> v
..: "structure"
..: "structure"

data PStructure c = Structure
{ area :: [[c]]
Expand Down

0 comments on commit b3b97a5

Please sign in to comment.