v1.1.4 : Added code quality check & fixed result.json fmt

This commit is contained in:
Brendan LE GLAUNEC
2016-12-13 12:04:32 +01:00
committed by Brendan LE GLAUNEC
parent 1fc21f0906
commit 6e06346685
12 changed files with 21 additions and 210 deletions
+3 -3
View File
@@ -35,10 +35,10 @@ print::run() const {
for (const auto& stream : results) {
file << deserialize(stream).toStyledString();
if (first)
first = false;
else
if (first) {
file << ",";
first = false;
}
LOG_INFO_("Generated JSON Result : " + deserialize(stream).toStyledString(), "print");
}