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
jc/db-migrate-orgs
deepsource-autofix[bot] 2023-11-02 02:52:15 +00:00 committed by Joe Chen
parent 10fd9e9e38
commit 9cc3cc7a26
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60
1 changed files with 0 additions and 1 deletions

View File

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