This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.16 by this push:
new 3ef5eb923b Fix check style (#4302)
3ef5eb923b is described below
commit 3ef5eb923bb56467675acaca914235ed7c33a84c
Author: Hang Chen <[email protected]>
AuthorDate: Mon Apr 22 13:24:53 2024 +0800
Fix check style (#4302)
---
.../src/test/java/org/apache/bookkeeper/test/BookieClientTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/BookieClientTest.java
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/BookieClientTest.java
index f5202d8c0e..066a88e721 100644
---
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/BookieClientTest.java
+++
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/test/BookieClientTest.java
@@ -22,6 +22,7 @@ package org.apache.bookkeeper.test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
+
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.buffer.UnpooledByteBufAllocator;