Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 24, 2024
1 parent 7ac9e8b commit 244e86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ func (c *Controller) CreateRepository(w http.ResponseWriter, r *http.Request, bo
return
}
// Since this is a read-only repository, there is no harm in case the storage namespace we are using is already
//used by another repository or if we don't have write permissions for this namespace.
// used by another repository or if we don't have write permissions for this namespace.
if !swag.BoolValue(body.ReadOnly) {
if err := c.ensureStorageNamespace(ctx, body.StorageNamespace); err != nil {
var (
Expand Down

0 comments on commit 244e86c

Please sign in to comment.