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

Commit 0764d0a

Browse files
committed
format
1 parent 2f62b94 commit 0764d0a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,8 @@ public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProvi
448448
if (!DIRECT_PATH_BOUND_TOKEN_DISABLED) {
449449
// Try to fetch a hard-bound access token for direct access if the runtime
450450
// environment supports it.
451-
grpcTransportProviderBuilder
452-
.setAllowHardBoundTokenTypes(
453-
Collections.singletonList(InstantiatingGrpcChannelProvider.HardBoundTokenTypes.ALTS));
451+
grpcTransportProviderBuilder.setAllowHardBoundTokenTypes(
452+
Collections.singletonList(InstantiatingGrpcChannelProvider.HardBoundTokenTypes.ALTS));
454453
}
455454
}
456455
return grpcTransportProviderBuilder

0 commit comments

Comments
 (0)