From 6543d5406c64bb00a58e74305ec9ca09a49faf0b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Apr 2013 03:52:41 -0400 Subject: hlint --- Messages/JSON.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Messages') diff --git a/Messages/JSON.hs b/Messages/JSON.hs index e262192a8..d57d69318 100644 --- a/Messages/JSON.hs +++ b/Messages/JSON.hs @@ -34,7 +34,4 @@ add :: JSON a => [(String, a)] -> IO () add v = putStr $ Stream.add v complete :: JSON a => [(String, a)] -> IO () -complete v = putStr $ concat - [ Stream.start v - , Stream.end - ] +complete v = putStr $ Stream.start v ++ Stream.end -- cgit v1.2.3