Add linter whitespace (#531)

This commit is contained in:
Lukas
2021-11-24 01:31:11 +01:00
committed by GitHub
parent 57db3227ab
commit 25bf91bd37
37 changed files with 1 additions and 71 deletions

View File

@@ -82,7 +82,6 @@ func ParseRequest(r *http.Request, fn SecretFunc) (*Token, error) {
}
func CheckCsrf(r *http.Request, fn SecretFunc) error {
// get and options requests are always
// enabled, without CSRF checks.
switch r.Method {