From edeac98c24c0ddf351aa019586446baba99b973e Mon Sep 17 00:00:00 2001 From: vdaas-ci Date: Thu, 13 Aug 2020 09:45:57 +0000 Subject: [PATCH] :robot: Update license headers / Format go codes and yaml files Signed-off-by: vdaas-ci --- internal/db/rdb/mysql/option.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/db/rdb/mysql/option.go b/internal/db/rdb/mysql/option.go index 0a4afaac4e2..bb6efb6f24c 100644 --- a/internal/db/rdb/mysql/option.go +++ b/internal/db/rdb/mysql/option.go @@ -187,7 +187,6 @@ func WithMaxOpenConns(conns int) Option { } } - // WithTLSConfig returns the option to set the tlsConfig. func WithTLSConfig(cfg *tls.Config) Option { return func(m *mySQLClient) error {