Skip to content

Commit 6c14834

Browse files
Update lib/DB/ProjectIRDB.cpp
Co-authored-by: fabianbs96 <52407375+fabianbs96@users.noreply.github.com>
1 parent 4b1cf13 commit 6c14834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DB/ProjectIRDB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void ProjectIRDB::print() const {
269269
}
270270

271271
void ProjectIRDB::printAsJson(llvm::raw_ostream &OS) const {
272-
OS << StatsJson.dump();
272+
OS << StatsJson.dump(4) << '\n';
273273
}
274274

275275
void ProjectIRDB::emitPreprocessedIR(llvm::raw_ostream &OS,

0 commit comments

Comments
 (0)