Reformat
This commit is contained in:
parent
90c5e2f0b2
commit
0d9976bfb4
@ -18,8 +18,9 @@ import Text.Megaparsec.Char.Lexer qualified as Lex
|
|||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main =
|
main =
|
||||||
defaultMain . localOption (Always :: UseColor) $
|
defaultMain
|
||||||
testGroup
|
. localOption (Always :: UseColor)
|
||||||
|
$ testGroup
|
||||||
"tests"
|
"tests"
|
||||||
[ puzzleTest puzzle1
|
[ puzzleTest puzzle1
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user