Skip to content

Commit d608f55

Browse files
committed
File end in an EOL.
1 parent ac280e7 commit d608f55

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/test/java/org/apache/commons/csv/issues/JiraCsv198Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public void test() throws UnsupportedEncodingException, IOException {
4646
}
4747
}
4848

49-
}
49+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv203Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ public void testWithEmptyValues() throws Exception {
125125
}
126126
assertEquals("\"\",\"Hello\",\"\",\"World\"\r\n", buffer.toString());
127127
}
128-
}
128+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv206Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ record = iterator.next();
6666
final String s = out.toString();
6767
assertEquals(outString, s);
6868
}
69-
}
69+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv247Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ public void testHeadersMissingThrowsWhenNotAllowingMissingColumnNames() throws E
7979
}
8080
}, "2+ missing column headers is not allowed!");
8181
}
82-
}
82+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv249Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public void testJiraCsv249() throws IOException {
5050
});
5151

5252
}
53-
}
53+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv263Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ public void testPrintFromReaderWithQuotes() throws IOException {
7474
assertEquals("\"a,\"\"b \"\"and\"\" c\"\",d\"", out.toString());
7575
}
7676

77-
}
77+
}

src/test/java/org/apache/commons/csv/issues/JiraCsv93Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ public void testWithSetNullStringNULL() throws IOException {
147147
new String[]{"abc", "NULL", null, "a,b,c", "123"});
148148
// @formatter:on
149149
}
150-
}
150+
}

0 commit comments

Comments
 (0)