From d32f4cc45bc8c0670fb788b1fcd4c2f2b15fa094 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 29 Jun 2019 20:33:59 +0100 Subject: Format files --- test/Unit.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Unit.hs') diff --git a/test/Unit.hs b/test/Unit.hs index 84508c4..aaffe09 100644 --- a/test/Unit.hs +++ b/test/Unit.hs @@ -4,9 +4,9 @@ module Unit where import Control.Lens -import Data.List.NonEmpty (NonEmpty (..)) -import Parser (parseUnitTests) -import Reduce (reduceUnitTests) +import Data.List.NonEmpty ( NonEmpty(..) ) +import Parser ( parseUnitTests ) +import Reduce ( reduceUnitTests ) import Test.Tasty import Test.Tasty.HUnit import VeriFuzz -- cgit