Skip to content

Commit

Permalink
Restyled by fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jan 5, 2025
1 parent f4f84eb commit a1a2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-lang/Swarm/Language/Syntax/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ constInfo c = case c of
]
Structures ->
command 1 Intangible . doc (Set.singleton $ Query $ Sensing EntitySensing) "Get the x, y coordinates of the southwest corner of all constructed structures of a given name" $
[ "Since structures can have multiple occurrences, returns a list of (x, y) coordinates." ]
["Since structures can have multiple occurrences, returns a list of (x, y) coordinates."]
Floorplan ->
command 1 Intangible . doc (Set.singleton $ Query APriori) "Get the dimensions of a structure template" $
[ "Returns a tuple of (width, height) for the structure of the requested name."
Expand Down

0 comments on commit a1a2e96

Please sign in to comment.