Skip to content

Commit 0e853fc

Browse files
committed
format
1 parent 98e95f4 commit 0e853fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-storage/src/main/java/com/google/cloud/storage/GrpcStorageOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ public final class GrpcStorageOptions extends StorageOptions
136136
private static final String DEFAULT_HOST = "https://storage.googleapis.com";
137137
// If true, disable the bound-token-by-default feature for DirectPath.
138138
private static final boolean DIRECT_PATH_BOUND_TOKEN_DISABLED =
139-
Boolean.parseBoolean(System.getProperty("com.google.cloud.storage.grpc.bound_token", "false"));
139+
Boolean.parseBoolean(
140+
System.getProperty("com.google.cloud.storage.grpc.bound_token", "false"));
140141

141142
private final GrpcRetryAlgorithmManager retryAlgorithmManager;
142143
private final java.time.Duration terminationAwaitDuration;

0 commit comments

Comments
 (0)