Skip to content

Commit 3082a47

Browse files
committed
lint
1 parent 7fd5dc2 commit 3082a47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

icechunk/src/storage/object_store.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,7 @@ impl ObjectStoreBackend for GcsObjectStoreBackend {
933933
builder.with_credentials(Arc::new(credential_provider))
934934
}
935935
Some(GcsCredentials::Anonymous) => builder.with_skip_signature(true),
936-
None | Some(GcsCredentials::FromEnv) => {
937-
GoogleCloudStorageBuilder::from_env()
938-
}
936+
None | Some(GcsCredentials::FromEnv) => GoogleCloudStorageBuilder::from_env(),
939937
};
940938

941939
let builder = builder.with_bucket_name(&self.bucket);

0 commit comments

Comments
 (0)