From 4c3db9273fc8e92c2c23d4455a6ab178472be06d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Feb 2020 08:32:47 -0800 Subject: Apply linter suggestions. Add fix_spacing to lint target in Makefile. --- benchmark/weigh-pandoc.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'benchmark') diff --git a/benchmark/weigh-pandoc.hs b/benchmark/weigh-pandoc.hs index 3b8a414aa..819d700e6 100644 --- a/benchmark/weigh-pandoc.hs +++ b/benchmark/weigh-pandoc.hs @@ -48,5 +48,3 @@ weighReader doc name reader = do let inp = either (error . show) id $ runPure $ writer def{ writerWrapText = WrapAuto} doc in func (unpack $ name <> " reader") reader inp _ -> return () -- no writer for reader - - -- cgit v1.2.3