mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Print newline at the end of JSON output
This commit is contained in:
@@ -238,6 +238,8 @@ int doSerializeRawTree(const StringRef InputFilename) {
|
||||
out << Raw;
|
||||
}
|
||||
|
||||
llvm::outs() << "\n";
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user