Skip to content

Commit 1805b23

Browse files
committed
Further reformatting of Stack.Options.DotParser
1 parent 99f5885 commit 1805b23

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Stack/Options/DotParser.hs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ dotOptsParser externalDefault = DotOpts
6464

6565
splitNames :: String -> [PackageName]
6666
splitNames = map
67-
( mkPackageName
68-
. takeWhile (not . isSpace)
69-
. dropWhile isSpace
70-
) . splitOn ","
67+
( mkPackageName
68+
. takeWhile (not . isSpace)
69+
. dropWhile isSpace
70+
)
71+
. splitOn ","
7172

7273
globalHints = switch
7374
( long "global-hints"

0 commit comments

Comments
 (0)