From 3630aab8206061056f866d23bf3a86352db8528d Mon Sep 17 00:00:00 2001 From: yi-portainer Date: Mon, 13 Nov 2023 14:18:52 +1300 Subject: [PATCH] * remove line break --- api/http/handler/auth/logout.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/http/handler/auth/logout.go b/api/http/handler/auth/logout.go index b465e3f4c..9d44db1ae 100644 --- a/api/http/handler/auth/logout.go +++ b/api/http/handler/auth/logout.go @@ -17,7 +17,6 @@ import ( // @success 204 "Success" // @failure 500 "Server error" // @router /auth/logout [post] - func (handler *Handler) logout(w http.ResponseWriter, r *http.Request) *httperror.HandlerError { tokenData := handler.bouncer.JWTAuthLookup(r)