Fix whitespace

This commit is contained in:
Matt Baer 2019-12-17 21:10:39 -05:00
parent 4c0e4d04c1
commit 6afafa4d67
1 changed files with 0 additions and 1 deletions

View File

@ -1347,7 +1347,6 @@ func viewCollectionPost(app *App, w http.ResponseWriter, r *http.Request) error
return ErrPostNotFound
} else if !isAuthorizedForCollection(app, c.Alias, r) {
return impart.HTTPError{http.StatusFound, c.CanonicalURL() + "/?g=" + slug}
}
}