Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
vgonkivs and rootulp authored Oct 17, 2024
1 parent 96d28f7 commit 7ad5bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (n Namespace) ValidateForData() error {
return nil
}

// // ValidateForBlob checks if the Namespace is valid blob namespace.
// ValidateForBlob checks if the Namespace is a valid blob namespace.
func (n Namespace) ValidateForBlob() error {
if err := n.ValidateForData(); err != nil {
return err
Expand Down

0 comments on commit 7ad5bcf

Please sign in to comment.