Skip to content

Commit 20b263b

Browse files
committed
spotless
1 parent 1fdc7e2 commit 20b263b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • memory/memory-core/src/main/java/org/apache/arrow/memory

memory/memory-core/src/main/java/org/apache/arrow/memory/ArrowBuf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public ArrowBuf(
8383
final @Nullable BufferManager bufferManager,
8484
final long capacity,
8585
final long memoryAddress) {
86-
ALLOCATION_COUNT.incrementAndGet();
86+
ALLOCATION_COUNT.incrementAndGet();
8787
this.referenceManager = referenceManager;
8888
this.bufferManager = bufferManager;
8989
this.addr = memoryAddress;

0 commit comments

Comments
 (0)