everyone loves cross-platform EOL issues!
This commit is contained in:
parent
0a10465c56
commit
80b7e0b911
Binary file not shown.
|
@ -55,6 +55,7 @@ public class LazyFile {
|
|||
}
|
||||
|
||||
private static String unifySpaces(String line) {
|
||||
line = line.replace("\r", "");
|
||||
return line.replaceAll("\n[\n]*", "\n").trim();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue