From a1a2e96fb1972748487425a1e9a7e4796d1bcdea Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Sun, 5 Jan 2025 20:55:16 +0000 Subject: [PATCH] Restyled by fourmolu --- src/swarm-lang/Swarm/Language/Syntax/Constants.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swarm-lang/Swarm/Language/Syntax/Constants.hs b/src/swarm-lang/Swarm/Language/Syntax/Constants.hs index 81fb502c2..9e4b813f3 100644 --- a/src/swarm-lang/Swarm/Language/Syntax/Constants.hs +++ b/src/swarm-lang/Swarm/Language/Syntax/Constants.hs @@ -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."