File end in an EOL.

This commit is contained in:
Gary Gregory 2021-07-08 15:29:46 -04:00
parent ac280e705d
commit d608f55f0d
7 changed files with 7 additions and 7 deletions

View File

@ -46,4 +46,4 @@ public class JiraCsv198Test {
}
}
}
}

View File

@ -125,4 +125,4 @@ public class JiraCsv203Test {
}
assertEquals("\"\",\"Hello\",\"\",\"World\"\r\n", buffer.toString());
}
}
}

View File

@ -66,4 +66,4 @@ public class JiraCsv206Test {
final String s = out.toString();
assertEquals(outString, s);
}
}
}

View File

@ -79,4 +79,4 @@ public class JiraCsv247Test {
}
}, "2+ missing column headers is not allowed!");
}
}
}

View File

@ -50,4 +50,4 @@ public class JiraCsv249Test {
});
}
}
}

View File

@ -74,4 +74,4 @@ public class JiraCsv263Test {
assertEquals("\"a,\"\"b \"\"and\"\" c\"\",d\"", out.toString());
}
}
}

View File

@ -147,4 +147,4 @@ public class JiraCsv93Test {
new String[]{"abc", "NULL", null, "a,b,c", "123"});
// @formatter:on
}
}
}