mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-29 10:14:11 +00:00
chore: apply golangci "forbidigo" to all packages (#39151)
This commit is contained in:
@@ -73,6 +73,6 @@ func runChangePassword(ctx context.Context, c *cli.Command) error {
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Printf("%s's password has been successfully updated!\n", user.Name)
|
||||
cprintf(c, "%s's password has been successfully updated!\n", user.Name)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user