فهرست منبع

style: format code with Go fmt and Gofumpt

This commit fixes the style issues introduced in 12efef4 according to the output
from Go fmt and Gofumpt.

Details: https://github.com/gogs/gogs/pull/7538
deepsource-autofix[bot] 1 سال پیش
والد
کامیت
54d5e4c399
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      internal/db/organizations_test.go

+ 1 - 1
internal/db/organizations_test.go

@@ -561,7 +561,7 @@ func orgsHasMember(t *testing.T, db *organizations) {
 
 	err := db.AddMember(ctx, 1, 1)
 	require.NoError(t, err)
-	
+
 	got, _ = db.HasMember(ctx, 1, 1)
 	assert.True(t, got)
 }