Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 0e93b29

Browse files
format
Change-Id: I4b4c14e53ed66eea926122bfd74e22cfbb79201e
1 parent 5d2f2b9 commit 0e93b29

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import com.google.api.gax.grpc.GaxGrpcProperties;
4040
import com.google.api.gax.grpc.GrpcCallContext;
4141
import com.google.api.gax.grpc.GrpcTransportChannel;
42-
import com.google.api.gax.retrying.RetrySettings;
4342
import com.google.api.gax.rpc.FailedPreconditionException;
4443
import com.google.api.gax.rpc.FixedTransportChannelProvider;
4544
import com.google.api.gax.rpc.InstantiatingWatchdogProvider;
@@ -709,7 +708,8 @@ public void testCallContextPropagatedInMutationBatcher()
709708
contextInterceptor.contexts.clear();
710709

711710
// Override the timeout
712-
GrpcCallContext clientCtx = GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
711+
GrpcCallContext clientCtx =
712+
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
713713

714714
// Send a batch
715715
try (Batcher<RowMutationEntry, Void> batcher =
@@ -738,7 +738,8 @@ public void testCallContextPropagatedInReadBatcher()
738738
contextInterceptor.contexts.clear();
739739

740740
// Override the timeout
741-
GrpcCallContext clientCtx = GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
741+
GrpcCallContext clientCtx =
742+
GrpcCallContext.createDefault().withTimeout(Duration.ofMinutes(10));
742743

743744
// Send a batch
744745
try (Batcher<ByteString, Row> batcher =

0 commit comments

Comments
 (0)