Remove obsolete space from error message
This commit is contained in:
parent
ec83f8e883
commit
aeef83ee58
|
|
@ -192,7 +192,7 @@ public final class TreeWalker
|
|||
return;
|
||||
}
|
||||
|
||||
final String msg = "%s occurred during the analysis of file %s .";
|
||||
final String msg = "%s occurred during the analysis of file %s.";
|
||||
|
||||
try {
|
||||
final FileText text = FileText.fromLines(file, lines);
|
||||
|
|
|
|||
Loading…
Reference in New Issue