Fix indentation

This commit is contained in:
Joshua Clayton 2016-05-11 10:46:18 -04:00
parent 9407b91b3b
commit 56c083097d

View File

@ -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 =