Skip to content

Commit 587d49e

Browse files
committed
Fix linting issue, new line after variable.
1 parent 8b16e13 commit 587d49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/driver.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
)
2020

2121
var customTLSMutex sync.Mutex
22+
2223
// Map of dsn address (makes more sense than full dsn?) to tls Config
2324
var customTLSConfigMap = make(map[string]*tls.Config)
2425

0 commit comments

Comments
 (0)