chore: format by gofumpt

This commit is contained in:
a631807682 2022-05-17 13:35:32 +08:00
parent 774fd1d5c2
commit 456c9be1b6
No known key found for this signature in database
GPG Key ID: 137D1D75522168AB

View File

@ -3,9 +3,10 @@ package tests_test
import ( import (
"context" "context"
"errors" "errors"
"testing"
"gorm.io/gorm" "gorm.io/gorm"
. "gorm.io/gorm/utils/tests" . "gorm.io/gorm/utils/tests"
"testing"
) )
func TestTransaction(t *testing.T) { func TestTransaction(t *testing.T) {