Skip to content

Commit

Permalink
Add space before auto-generated bench opts #1771
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Feb 12, 2016
1 parent 239b378 commit 3e974b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Options.hs
Expand Up @@ -102,7 +102,7 @@ buildOptsParser cmd =
,boptsBenchmarkOpts =
bopts {beoAdditionalArgs =
beoAdditionalArgs bopts <>
Just (unwords additionalArgs)}
Just (" " <> unwords additionalArgs)}
,boptsTestOpts =
topts {toAdditionalArgs =
(toAdditionalArgs topts) <>
Expand Down

0 comments on commit 3e974b4

Please sign in to comment.