Fix whitespace

pull/222/head
Matt Baer 5 years ago
parent 4c0e4d04c1
commit 6afafa4d67
  1. 1
      posts.go

@ -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}
}
}

Loading…
Cancel
Save