Skip to content

Commit cd7c5f3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 0e747f1 commit cd7c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysql_db/mysql_db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func TestGetUserWithWildcardAuthentication(t *testing.T) {
138138
db := CreateEmptyMySQLDb()
139139
p := &capturingPersistence{}
140140
db.SetPersister(p)
141-
141+
142142
// Add test users with various host patterns
143143
ed := db.Editor()
144144
db.AddSuperUser(ed, "testuser", "127.0.0.1", "password")

0 commit comments

Comments
 (0)