Skip to content
Snippets Groups Projects
Commit 14ee7fe1 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Remove extra newline introduced as part of git commit

77f1c696.

[Bug][TLC]
parent e290e8ff
Branches
Tags
No related merge requests found
......@@ -255,10 +255,10 @@ public class ParseUnit {
***********************************************************************/
if (ToolIO.getMode() == ToolIO.SYSTEM)
{
ToolIO.out.println(String.format("Parsing file %s\n", absoluteResolvedPath));
ToolIO.out.println(String.format("Parsing file %s", absoluteResolvedPath));
} else
{
ToolIO.out.println(String.format("Parsing module %s in file %s\n", nis.getModuleName(), absoluteResolvedPath));
ToolIO.out.println(String.format("Parsing module %s in file %s", nis.getModuleName(), absoluteResolvedPath));
}
boolean parseSuccess;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment