Skip to content

Commit

Permalink
Update share/share_builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
cmwaters and rootulp authored Jun 28, 2024
1 parent c68f04c commit 4370205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/share_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func newEmptyBuilder() *builder {
}
}

// NewBuilder returns a new share builder.
// newBuilder returns a new share builder.
func newBuilder(ns Namespace, shareVersion uint8, isFirstShare bool) (*builder, error) {
b := builder{
namespace: ns,
Expand Down

0 comments on commit 4370205

Please sign in to comment.