From 3aa366ee01db8b4e9c0d49e1c59343ae6e4885bb Mon Sep 17 00:00:00 2001 From: Raal Goff Date: Fri, 9 Sep 2022 07:58:36 +0800 Subject: [PATCH] fix linter errors --- command/oauth/cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/oauth/cmd.go b/command/oauth/cmd.go index ecff0f01..1c64f2dc 100644 --- a/command/oauth/cmd.go +++ b/command/oauth/cmd.go @@ -1252,7 +1252,6 @@ func (o *oauth) success(w http.ResponseWriter) { w.Write([]byte(`

`)) w.Write([]byte(``)) w.Write([]byte(``)) - } func (o *oauth) badRequest(w http.ResponseWriter, msg string) {