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 foldl1 (.) filters
where where
filters = filters =
[ if oAllOccurrencesAndFiles o then id else withOneOccurrence . withOneFile [ if oAllOccurrencesAndFiles o then id else withOneOccurrence . withOneFile
, withLikelihoods $ oLikelihoods o , withLikelihoods $ oLikelihoods o
, ignoringPaths $ oIgnoredPaths o , ignoringPaths $ oIgnoredPaths o
] ]
parseOptions :: Parser Options parseOptions :: Parser Options
parseOptions = parseOptions =