Skip to content

Commit 2ccc6b1

Browse files
authored
Merge pull request #62 from cgkantidis/json
2 parents 23e95f3 + 6f4c3b8 commit 2ccc6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonExporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void JsonExporter::WriteFooter(
1919
int /*files*/,
2020
long /*locsTotal*/,
2121
const ProcessResult& /*processResult*/) {
22-
Out() << m_json.dump(2);
22+
Out() << m_json.dump(2, ' ', true, nlohmann::json::error_handler_t::ignore);
2323
}
2424

2525
void JsonExporter::ReportSeq(

0 commit comments

Comments
 (0)