Skip to content

Commit

Permalink
Update pkg/objstore/objstore.go
Browse files Browse the repository at this point in the history
Addressing a suggestion to modify the comment.

Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
dsayan154 and bwplotka committed Oct 12, 2020
1 parent 7293c9d commit 37b7f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/objstore/objstore.go
Expand Up @@ -442,7 +442,7 @@ type prefixedBucket struct {
prefix string
}

//NewPrefixedBucket returns a new prefixedBucket.
// NewPrefixedBucket returns a new prefixedBucket.
func NewPrefixedBucket(bkt Bucket, prefix string) *prefixedBucket {
return &prefixedBucket{
bkt: bkt,
Expand Down

0 comments on commit 37b7f2e

Please sign in to comment.