浏览代码

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
deepsource-autofix[bot] 1 年之前
父节点
当前提交
9cc3cc7a26
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      internal/db/users_test.go

+ 0 - 1
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) {