Skip to content

Commit e3cfac4

Browse files
committed
spotless
1 parent 974a9a7 commit e3cfac4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vector/src/test/java/org/apache/arrow/vector/TestLargeListVector.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,7 @@ public void testEmptyLargeListGetBuffersWithoutAllocate() {
11601160
List<ArrowBuf> fieldBuffers = list.getFieldBuffers();
11611161
assertTrue(
11621162
fieldBuffers.get(1).readableBytes() >= LargeListVector.OFFSET_WIDTH,
1163-
"Offset buffer should be readable for >= "
1164-
+ LargeListVector.OFFSET_WIDTH
1165-
+ " bytes");
1163+
"Offset buffer should be readable for >= " + LargeListVector.OFFSET_WIDTH + " bytes");
11661164
assertEquals(0L, fieldBuffers.get(1).getLong(0));
11671165
}
11681166
}

0 commit comments

Comments
 (0)