Clean up whitespace with make fmt

This commit is contained in:
Anthony Wang 2022-03-27 12:25:56 -05:00
parent f1ec41b339
commit 231ead4d48
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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")