From 92ac358193ff637d258ae9011d5d2f068b5f0e28 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 18 Oct 2021 14:45:20 +0200 Subject: [PATCH] go fmt ./... --- internal/processing/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/processing/user.go b/internal/processing/user.go index 612788ed8..1507267e8 100644 --- a/internal/processing/user.go +++ b/internal/processing/user.go @@ -32,5 +32,5 @@ func (p *processor) UserChangePassword(ctx context.Context, authed *oauth.Auth, } func (p *processor) UserConfirmEmail(ctx context.Context, token string) (*gtsmodel.User, gtserror.WithCode) { - return p.userProcessor.ConfirmEmail(ctx, token) + return p.userProcessor.ConfirmEmail(ctx, token) }