From 373a84a8e29ebb893839de6e3f1a6c7c6cd9da85 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 27 Mar 2022 12:25:56 -0500 Subject: [PATCH] Clean up whitespace with make fmt --- routers/api/v1/activitypub/person.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/activitypub/person.go b/routers/api/v1/activitypub/person.go index 5d919df912..638ea2ae4e 100644 --- a/routers/api/v1/activitypub/person.go +++ b/routers/api/v1/activitypub/person.go @@ -36,7 +36,7 @@ func Person(ctx *context.APIContext) { user := user.GetUserByParamsName(ctx, "username") if user == nil { - return + return } username := ctx.Params("username")