Skip to content

Commit b5c3342

Browse files
committed
Remove whitespace.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397549 13f79535-47bb-0310-9956-ffa450edef68
1 parent 56ca585 commit b5c3342

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ public CSVParser(final Reader input) throws IOException {
101101
*/
102102
public CSVParser(final Reader input, final CSVFormat format) throws IOException {
103103
format.validate();
104-
105104
this.lexer = new CSVLexer(format, new ExtendedBufferedReader(input));
106-
107105
this.headerMap = initializeHeader(format);
108106
}
109107

0 commit comments

Comments
 (0)