From 54e9ee37a7a301dbe74d46fd3c87712e6120e9bf Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 20 Jan 2022 18:46:10 +0100 Subject: format with gofumpt (#18184) * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt --- routers/web/auth/linkaccount.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'routers/web/auth/linkaccount.go') diff --git a/routers/web/auth/linkaccount.go b/routers/web/auth/linkaccount.go index 27eb954a58..bf5fb83265 100644 --- a/routers/web/auth/linkaccount.go +++ b/routers/web/auth/linkaccount.go @@ -27,9 +27,7 @@ import ( "github.com/markbates/goth" ) -var ( - tplLinkAccount base.TplName = "user/auth/link_account" -) +var tplLinkAccount base.TplName = "user/auth/link_account" // LinkAccount shows the page where the user can decide to login or create a new account func LinkAccount(ctx *context.Context) { -- cgit v1.2.3