Remove unnecessary check

This commit is contained in:
Alexey Korepanov 2024-08-25 11:38:29 +02:00
parent af3f600b5c
commit 0e4f2b17cc

View File

@ -124,7 +124,7 @@ void JSONCompactWithProgressRowOutputFormat::finalizeImpl()
statistics.applied_limit, statistics.applied_limit,
statistics.watch, statistics.watch,
statistics.progress, statistics.progress,
settings.write_statistics && exception_message.empty(), settings.write_statistics,
*ostr); *ostr);
} else { } else {
JSONUtils::writeCompactObjectStart(*ostr); JSONUtils::writeCompactObjectStart(*ostr);