Skip to content

Commit

Permalink
delete blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak committed Nov 5, 2024
1 parent 76762f0 commit 5c1e76a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/deephaven/csv/CsvReaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,6 @@ public void columnNamesMayBeSpecified(boolean specifyColumnNames) throws CsvRead
final String[] expectedColumnNames = specifyColumnNames ? new String[] {"Sym", "Type", "Price", "SecurityId"}
: new String[] {"Column1", "Column2", "Column3", "Column4"};


final ColumnSet expected =
ColumnSet.of(
Column.ofRefs(expectedColumnNames[0], "GOOG", "T", "Z"),
Expand Down

0 comments on commit 5c1e76a

Please sign in to comment.