From 9cc3cc7a26a5b66dc3eeaadb8776b9934d10281b Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 02:52:15 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in d1a28d3 according to the output from Go fmt and Gofumpt. Details: https://github.com/gogs/gogs/pull/7538 --- internal/db/users_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/db/users_test.go b/internal/db/users_test.go index d31254b74..b964a2c77 100644 --- a/internal/db/users_test.go +++ b/internal/db/users_test.go @@ -817,7 +817,6 @@ func usersGetByUsername(t *testing.T, ctx context.Context, db *users) { t.Run("wrong user type", func(t *testing.T) { // org1,err:=NewOrgsStore(db.DB).Create(ctx,"org1","// TODO: Use Orgs.Create }) - } func usersGetByKeyID(t *testing.T, ctx context.Context, db *users) {