1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

fix linter errors

This commit is contained in:
Raal Goff
2022-09-09 07:58:36 +08:00
parent 34b7378cb2
commit 3aa366ee01

View File

@@ -1252,7 +1252,6 @@ func (o *oauth) success(w http.ResponseWriter) {
w.Write([]byte(`</p>`)) w.Write([]byte(`</p>`))
w.Write([]byte(`</body>`)) w.Write([]byte(`</body>`))
w.Write([]byte(`</html>`)) w.Write([]byte(`</html>`))
} }
func (o *oauth) badRequest(w http.ResponseWriter, msg string) { func (o *oauth) badRequest(w http.ResponseWriter, msg string) {