Files
Tagir Valeev 7cc4dc505b JoinLineProcessor.getSpacesToAdd: properly handle end-of-file
Fixes EA-213710 - [JoinLines] IOOBE: ImmutableText.outOfRange

GitOrigin-RevId: 13ab2f27bbcf5457671331c8b41e5897d9d82255
2019-10-02 03:38:05 +00:00

5 lines
100 B
Java

class Foo {
void test() {
}
// this test must have a single newline at the end-of-file
}