Remove unnecessary white spaces at EOL
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1555044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24b6a468ae
commit
3000281e86
|
@ -573,7 +573,7 @@ public class LocaleUtilsTest {
|
|||
if (!l.equals(loc)) {
|
||||
System.out.println("Failed to parse: " + str);
|
||||
failures++;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (failures > 0) {
|
||||
|
|
Loading…
Reference in New Issue