diff --git a/pkg/api/controller.go b/pkg/api/controller.go index 48487d5e602..7004db34abe 100644 --- a/pkg/api/controller.go +++ b/pkg/api/controller.go @@ -1987,8 +1987,8 @@ func (c *Controller) CreateRepository(w http.ResponseWriter, r *http.Request, bo writeResponse(w, r, http.StatusCreated, response) 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. + // Since this is a read-only repository, there is no harm in case the storage namespace we use is already 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 (