From 2f35bd925102511b0b9ae5c1d3c71231d1004d0d Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 4 Dec 2025 20:11:37 +0000 Subject: [PATCH] Format --- haskell/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haskell/Main.hs b/haskell/Main.hs index 91de52b..18ab874 100644 --- a/haskell/Main.hs +++ b/haskell/Main.hs @@ -36,8 +36,7 @@ main = in withResource (parseFile $ "../inputs/" <> t <> "/" <> pt) mempty \input -> testGroup pt $ - ( - zip (map show [1 :: Int ..]) parts <&> \(n, pp) -> + ( zip (map show [1 :: Int ..]) parts <&> \(n, pp) -> goldenVsString n ("../outputs/" <> t <> "/" <> pt <> "/" <> n) $ BL.fromStrict . encodeUtf8 . pp <$> input )