everyone loves cross-platform EOL issues!
This commit is contained in:
parent
5ac63a78f5
commit
b220781fa8
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