From 5edfb35f6be596e9d91df6690b9977c783bb147b Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 20 Mar 2016 22:04:11 +0100 Subject: Return Either instead of Maybe for lookup --- tests/Helper.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/Helper.hs') diff --git a/tests/Helper.hs b/tests/Helper.hs index 00bccc9..fe2aadc 100644 --- a/tests/Helper.hs +++ b/tests/Helper.hs @@ -26,7 +26,6 @@ getConfig input = T.writeFile filePath input config <- readConfig filePath removeFile filePath - -- putStrLn . show $ config return $ eitherToMaybe config ) -- cgit v1.2.3