From 448941e4e6f6282b2608ab82e40872e4f59c6b08 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sun, 5 Jan 2025 16:15:40 -0600 Subject: [PATCH] restyling --- 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."