Skip to content

Commit 1df6ba4

Browse files
committed
Fix typo
1 parent 83fe3d0 commit 1df6ba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/Testing/Support/FileHandle.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,11 +741,11 @@ let rootDirectoryPath: String = {
741741
result = String.decodeCString(buffer.baseAddress!, as: UTF16.self)?.result
742742
}
743743
}
744-
745-
// If we weren't able to get a path, fall back to "C:\" on the assumption
746-
// that it's the common case and most likely correct.
747-
return result ?? #"C:\"#
748744
}
745+
746+
// If we weren't able to get a path, fall back to "C:\" on the assumption that
747+
// it's the common case and most likely correct.
748+
return result ?? #"C:\"#
749749
#else
750750
return "/"
751751
#endif

0 commit comments

Comments
 (0)