From f099313f2c722fdb6e8c734b318446d368c75f0b Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 21:21:47 -0500 Subject: [PATCH] Restyled by fourmolu (#1871) Co-authored-by: Restyled.io --- src/swarm-engine/Swarm/Game/Tick.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swarm-engine/Swarm/Game/Tick.hs b/src/swarm-engine/Swarm/Game/Tick.hs index d78c2f393..c1bd75f03 100644 --- a/src/swarm-engine/Swarm/Game/Tick.hs +++ b/src/swarm-engine/Swarm/Game/Tick.hs @@ -12,8 +12,8 @@ import Data.Aeson qualified as A import Data.Int (Int64) import GHC.Generics (Generic) import Prettyprinter (Pretty (..)) -import Swarm.Util.WindowedCounter (Offsettable (..)) import Swarm.Util.JSON (optionsUnwrapUnary) +import Swarm.Util.WindowedCounter (Offsettable (..)) -- | A newtype representing a count of ticks (typically since the -- start of a game).