Skip to content

Commit

Permalink
fix: Fix the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ammar Husain Huk committed Jul 11, 2024
1 parent 4c0947c commit 37e2d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/s3utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,4 @@ func CheckValidObjectName(objectName string) error {
return errors.New("Object name cannot be empty")
}
return CheckValidObjectNamePrefix(objectName)
}
}

0 comments on commit 37e2d52

Please sign in to comment.