Remove obsolete space from error message

This commit is contained in:
Michał Kordas 2015-05-01 00:18:30 +02:00 committed by Roman Ivanov
parent ec83f8e883
commit aeef83ee58
1 changed files with 1 additions and 1 deletions

View File

@ -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);