Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 14, 2024
1 parent 248f9d5 commit e8e761c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/guillotine.Executable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ object Command:
else if argument.contains(t" ") || argument.contains(t"\t") || argument.contains(t"\\")
then t"'$argument'"
else argument
.join(t" ")

. join(t" ")

given Command is Inspectable = command =>
val commandText: Text = formattedArguments(command.arguments)
Expand Down

0 comments on commit e8e761c

Please sign in to comment.