mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-03 21:58:46 +00:00
Clean up whitespace with make fmt
This commit is contained in:
parent
21c56f8e94
commit
373a84a8e2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue