Skip to content

Commit 788b8f7

Browse files
committed
spotless
1 parent b297826 commit 788b8f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

performance/src/main/java/org/apache/arrow/memory/MemoryFootprintBenchmarks.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ public void setup() {
8989
/**
9090
* Cleans up buffers after each benchmark invocation.
9191
*
92-
* <p>Closes all allocated buffers to prevent memory leaks and ensure each iteration starts with
93-
* a clean slate. This is critical for the memory footprint benchmark which allocates many
94-
* buffers that would otherwise accumulate across warmup and measurement iterations.
92+
* <p>Closes all allocated buffers to prevent memory leaks and ensure each iteration starts with a
93+
* clean slate. This is critical for the memory footprint benchmark which allocates many buffers
94+
* that would otherwise accumulate across warmup and measurement iterations.
9595
*/
9696
@TearDown(Level.Invocation)
9797
public void tearDown() {

0 commit comments

Comments
 (0)