Skip to content

Commit 6ea9fe4

Browse files
style(watch): reorder imports in WatchImpl to satisfy Spotless import order
Signed-off-by: chaofengliu-okg <[email protected]>
1 parent fc5380c commit 6ea9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetcd-core/src/main/java/io/etcd/jetcd/impl/WatchImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
import io.etcd.jetcd.support.Errors;
4242
import io.etcd.jetcd.support.Util;
4343
import io.grpc.Status;
44-
import io.vertx.core.streams.WriteStream;
4544
import io.grpc.stub.ClientCallStreamObserver;
45+
import io.vertx.core.streams.WriteStream;
4646
import io.vertx.grpc.stub.GrpcWriteStream;
4747

4848
import com.google.common.base.Strings;

0 commit comments

Comments
 (0)