Skip to content

Commit

Permalink
blob/s3blob: Fix typo in example (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Jun 14, 2022
1 parent 43615ec commit 9408a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions blob/s3blob/example_test.go
Expand Up @@ -60,9 +60,6 @@ func ExampleOpenBucketV2() {
if err != nil {
log.Fatal(err)
}
if err != nil {
log.Fatal(err)
}

// Create a *blob.Bucket.
clientV2 := s3v2.NewFromConfig(cfg)
Expand Down
2 changes: 1 addition & 1 deletion internal/website/data/examples.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9408a0a

Please sign in to comment.