From 56c083097d078b643a99e20bee301553d60d18bc Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Wed, 11 May 2016 10:46:18 -0400 Subject: [PATCH] Fix indentation --- app/Main.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index 3875100..cf15c83 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -50,10 +50,10 @@ optionFilters o = foldl1 (.) filters where filters = - [ if oAllOccurrencesAndFiles o then id else withOneOccurrence . withOneFile - , withLikelihoods $ oLikelihoods o - , ignoringPaths $ oIgnoredPaths o - ] + [ if oAllOccurrencesAndFiles o then id else withOneOccurrence . withOneFile + , withLikelihoods $ oLikelihoods o + , ignoringPaths $ oIgnoredPaths o + ] parseOptions :: Parser Options parseOptions =