Skip to content

Commit

Permalink
Tweak doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 23, 2023
1 parent e614096 commit 8c1ee2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions object_store/src/gcp/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ impl From<Error> for crate::Error {
/// # Example
/// ```
/// # let BUCKET_NAME = "foo";
/// # let SERVICE_ACCOUNT_PATH = "/tmp/foo.json";
/// # use object_store::gcp::GoogleCloudStorageBuilder;
/// let gcs = GoogleCloudStorageBuilder::from_env().build();
/// let gcs = GoogleCloudStorageBuilder::from_env().with_bucket_name(BUCKET_NAME).build();
/// ```
#[derive(Debug, Clone)]
pub struct GoogleCloudStorageBuilder {
Expand Down

0 comments on commit 8c1ee2f

Please sign in to comment.