Skip to content

Commit 00af9df

Browse files
committed
VCS-76: Remove trailing whitespace
1 parent c332ca6 commit 00af9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ func EscapePathSeparator(path string) (string) {
370370
switch runtime.GOOS {
371371
case `windows`:
372372
//On Windows, triple all path separators.
373-
//Needed to escape backslash(s) preceding doublequotes,
373+
//Needed to escape backslash(s) preceding doublequotes,
374374
//because of how Windows strings treats backslash+doublequote combo,
375375
//and Go seems to be implicitly passing around a doublequoted string on Windows,
376376
//so we cannnot use default string instead.

0 commit comments

Comments
 (0)