fmt + lint

This commit is contained in:
konrad 2018-07-12 00:37:31 +02:00 committed by kolaente
parent 4ae95c1333
commit 6f5cf55e42
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,6 @@ func (c *WebHandler) UpdateWeb(ctx echo.Context) error {
return echo.NewHTTPError(http.StatusForbidden, "You need to be list admin to do that.")
}
if models.IsErrNamespaceDoesNotExist(err) {
return echo.NewHTTPError(http.StatusNotFound, "The namespace does not exist.")
}