diff --git a/test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java b/test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java index 06e2967a6..86eae14de 100644 --- a/test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java +++ b/test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java @@ -180,8 +180,7 @@ public synchronized void createClient( .setAppProfileId(request.getAppProfileId()); if (request.hasPerOperationTimeout()) { - Duration newTimeout = - Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout())); + Duration newTimeout = Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout())); settingsBuilder = overrideTimeoutSetting(newTimeout, settingsBuilder); logger.info( String.format(