everyone loves cross-platform EOL issues!

This commit is contained in:
rusefi 2019-11-16 14:55:12 -05:00
parent 0a10465c56
commit 80b7e0b911
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -55,6 +55,7 @@ public class LazyFile {
}
private static String unifySpaces(String line) {
line = line.replace("\r", "");
return line.replaceAll("\n[\n]*", "\n").trim();
}