Remove unnecessary blank lines from output
This commit is contained in:
parent
88f6d8d7ac
commit
12d6120e10
|
@ -61,6 +61,7 @@ void analyze(File output, string[] fileNames, AnalyzerCheck analyzers, bool stat
|
|||
f.rawRead(code);
|
||||
|
||||
string[] results = analyze(fileName, code, analyzers, staticAnalyze);
|
||||
if (results.length > 0)
|
||||
output.writeln(results.join("\n"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue