Skip to content

Commit d31d880

Browse files
committed
GoFMT
1 parent 953a982 commit d31d880

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mysql/resource_grant_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ func TestRoleGrantsOnColumns(t *testing.T) {
175175
passwordA := fmt.Sprintf("password_12345678_ASDF-A-%d", rand.Intn(100))
176176
passwordB := fmt.Sprintf("password_12345678_ASDF-B-%d", rand.Intn(100))
177177
resource.Test(t, resource.TestCase{
178-
PreCheck: func() {
179-
testAccPreCheckSkipRds(t)
180-
testAccPreCheckSkipTiDB(t) // role grants are not supported by this version of MySQL
181-
},
178+
PreCheck: func() {
179+
testAccPreCheckSkipRds(t)
180+
testAccPreCheckSkipTiDB(t) // role grants are not supported by this version of MySQL
181+
},
182182
ProviderFactories: testAccProviderFactories,
183183
CheckDestroy: testAccGrantCheckDestroy,
184184
Steps: []resource.TestStep{

0 commit comments

Comments
 (0)