mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 04:06:18 -06:00
go fmt ./...
This commit is contained in:
parent
6ee46db3de
commit
92ac358193
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue