Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Dec 18, 2019
1 parent 4c0e4d0 commit 6afafa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}

}
}

Expand Down

0 comments on commit 6afafa4

Please sign in to comment.