From 6afafa4d67d3238378f58565d01197005779bcd8 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 17 Dec 2019 21:10:39 -0500 Subject: [PATCH] Fix whitespace --- posts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/posts.go b/posts.go index 62a3ae37..547343b9 100644 --- a/posts.go +++ b/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} - } }