Skip to content

Commit ae8bb3d

Browse files
committed
refactor: restore empty line
1 parent a7fa9fc commit ae8bb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastexcel-reader/src/main/java/org/dhatim/fastexcel/reader/RowSpliterator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ private Row next() throws XMLStreamException {
9494
if ("row".equals(r.getLocalName())) {
9595
break;
9696
}
97+
9798
Cell cell = parseCell(trackedColIndex++);
9899
CellAddress addr = cell.getAddress();
99100
ensureSize(cells, addr.getColumn() + 1);

0 commit comments

Comments
 (0)