run spotless:apply to fix.

This commit is contained in:
jay.zhu 2023-05-05 17:31:13 +08:00
parent b3d846a94a
commit ef0ce71c7e
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ public class TestMetricsConnection {
METRICS.updateRpc(ClientService.getDescriptor().findMethodByName("Mutate"),
MutateRequest.newBuilder()
.setMutation(ProtobufUtil.toMutation(MutationType.PUT, new Put(foo))).setRegion(region)
.build(), MetricsConnection.newCallStats(),
.build(),
MetricsConnection.newCallStats(),
new CallTimeoutException("test with CallTimeoutException"));
}