We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f96b45 commit 3030e0fCopy full SHA for 3030e0f
cli/xmlanalysisreport.cpp
@@ -19,7 +19,7 @@
19
#include "xmlanalysisreport.h"
20
21
XMLAnalysisReport::XMLAnalysisReport(const std::string& productName) {
22
- mBuffer << ErrorMessage::getXMLHeader(productName);
+ mBuffer << ErrorMessage::getXMLHeader(productName) << std::endl;
23
}
24
25
void XMLAnalysisReport::addFinding(const ErrorMessage &msg) {
0 commit comments