1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Clean up whitespace with make fmt

This commit is contained in:
Anthony Wang
2022-03-27 12:25:56 -05:00
parent 21c56f8e94
commit 373a84a8e2

View File

@@ -36,7 +36,7 @@ func Person(ctx *context.APIContext) {
user := user.GetUserByParamsName(ctx, "username")
if user == nil {
return
return
}
username := ctx.Params("username")