From b47359d642385c39b62d5f66a97d312c995d1ff3 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 22 Jul 2020 16:37:51 +0100 Subject: [PATCH] Linting --- userapi/inthttp/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/userapi/inthttp/server.go b/userapi/inthttp/server.go index a4538b92c..d8e151ad4 100644 --- a/userapi/inthttp/server.go +++ b/userapi/inthttp/server.go @@ -24,6 +24,7 @@ import ( "github.com/matrix-org/util" ) +// nolint: gocyclo func AddRoutes(internalAPIMux *mux.Router, s api.UserInternalAPI) { internalAPIMux.Handle(PerformAccountCreationPath, httputil.MakeInternalAPI("performAccountCreation", func(req *http.Request) util.JSONResponse {