v1.1.4 : Added code quality check & fixed result.json fmt
This commit is contained in:
committed by
Brendan LE GLAUNEC
parent
1fc21f0906
commit
6e06346685
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user