Skip to content

Commit 603ac87

Browse files
committed
spotless
1 parent 0e22535 commit 603ac87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,12 @@ public synchronized void close() {
436436
closeImpl();
437437
} catch (Exception e) {
438438
logger.warn(
439-
"BufferAllocator.close() of {} got an exception {} - Details {}",
440-
this,
441-
e,
442-
this.toVerboseString());
439+
"BufferAllocator.close() of {} got an exception {} - Details {}",
440+
this,
441+
e,
442+
this.toVerboseString());
443443

444-
throw e;
444+
throw e;
445445
}
446446
}
447447

0 commit comments

Comments
 (0)