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 May 11, 2024
1 parent 0efcc41 commit 467f0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/TestCommand.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import Data.Text (Text)
import Graphics.Vty.Input.Events qualified as V
import Swarm.Game.Location
import Swarm.Language.Key
import Text.Megaparsec (runParser)
import Swarm.Language.Syntax
import Test.QuickCheck qualified as QC
import Test.Tasty
import Test.Tasty.HUnit
import Test.Tasty.QuickCheck (testProperty)
import Text.Megaparsec (runParser)
import Witch

testCommands :: TestTree
Expand Down

0 comments on commit 467f0a3

Please sign in to comment.