mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 09:34:04 +09:00
Clean up whitespace with make fmt
This commit is contained in:
@ -36,7 +36,7 @@ func Person(ctx *context.APIContext) {
|
|||||||
|
|
||||||
user := user.GetUserByParamsName(ctx, "username")
|
user := user.GetUserByParamsName(ctx, "username")
|
||||||
if user == nil {
|
if user == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
username := ctx.Params("username")
|
username := ctx.Params("username")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user