Skip to content

Commit 51e7c81

Browse files
committed
Whitespace
1 parent 7d24bc6 commit 51e7c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/shell.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function print_shell_escaped_CMDly(io::IO, arg::AbstractString)
322322
end
323323

324324
"""
325-
shell_escape_CMDly(arg::AbstractString) -> String
325+
shell_escape_CMDly(arg::AbstractString) -> String
326326
327327
The unexported `shell_escape_CMDly` function takes a string and escapes any special characters
328328
in such a way that it is safe to pass it as an argument to some `CMD.exe`. This may be useful
@@ -352,7 +352,7 @@ function print_shell_escaped_PWSHly(io::IO, arg::AbstractString)
352352
end
353353

354354
"""
355-
shell_escape_PWSHly(arg::AbstractString) -> String
355+
shell_escape_PWSHly(arg::AbstractString) -> String
356356
357357
Escapes special characters so they can be appropriately used with PowerShell.
358358

0 commit comments

Comments
 (0)