Skip to content

Commit 697e3d6

Browse files
committed
GH-1190: Apply Spotless formatting
1 parent d216184 commit 697e3d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vector/src/main/java/org/apache/arrow/vector/BaseVariableWidthViewVector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,8 @@ public final int getTotalValueLengthUpToIndex(int index) {
14051405
}
14061406

14071407
protected final void handleSafe(int index, int dataLength) {
1408-
// The view buffer stores one fixed-width view per value; payload bytes are allocated separately.
1408+
// The view buffer stores one fixed-width view per value; payload bytes are allocated
1409+
// separately.
14091410
final long targetCapacity = roundUpToMultipleOf16(((long) index + 1) * ELEMENT_SIZE);
14101411
if (viewBuffer.capacity() < targetCapacity) {
14111412
reallocViewBuffer(targetCapacity);

0 commit comments

Comments
 (0)