mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Remove reference to @bitjammer's home dir :-)
This commit is contained in:
@@ -89,5 +89,5 @@ int main(int argc, char *argv[]) {
|
|||||||
llvm::cl::ParseCommandLineOptions(argc, argv,
|
llvm::cl::ParseCommandLineOptions(argc, argv,
|
||||||
"A tool to format Swift code\n");
|
"A tool to format Swift code\n");
|
||||||
|
|
||||||
return doFormat({"/Users/david/test.swift"});
|
return doFormat({"/does/not/exist/test.swift"});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user