Skip to content

Commit

Permalink
fix spotless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Jan 5, 2025
1 parent 86f5ebe commit 9e405f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ public void testGrpcConnectionSize() throws Exception {

// case2: test the multiple connections
try (CoordinatorGrpcClient coordinatorGrpcClient =
new CoordinatorGrpcClient("localhost", 20001);
CoordinatorGrpcClient client1 = new CoordinatorGrpcClient("localhost", 20001);
CoordinatorGrpcClient client2 = new CoordinatorGrpcClient("localhost", 20001)) {
new CoordinatorGrpcClient("localhost", 20001);
CoordinatorGrpcClient client1 = new CoordinatorGrpcClient("localhost", 20001);
CoordinatorGrpcClient client2 = new CoordinatorGrpcClient("localhost", 20001)) {
coordinatorGrpcClient.registerApplicationInfo(
new RssApplicationInfoRequest("testGrpcConnectionSize", 10000, "user"));

Expand Down

0 comments on commit 9e405f0

Please sign in to comment.