Skip to content

Commit bdeb4e6

Browse files
SdywolfMikolaj
authored andcommitted
delete white-space after '\n' in a string
1 parent e3823b5 commit bdeb4e6

File tree

1 file changed

+1
-1
lines changed
  • Cabal/src/Distribution/Simple/Setup

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Setup/Repl.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ replCommand progDb =
133133
, commandDescription = Just $ \pname ->
134134
wrapText $
135135
"If the current directory contains no package, ignores COMPONENT "
136-
++ "parameters and opens an interactive interpreter session.\n "
136+
++ "parameters and opens an interactive interpreter session.\n"
137137
++ "\n"
138138
++ "Otherwise, (re)configures with the given or default flags, and "
139139
++ "loads the interpreter with the relevant modules. For executables, "

0 commit comments

Comments
 (0)