From 040e37b24d8e4acebf5322b83cddb8463df5719b Mon Sep 17 00:00:00 2001 From: Jiaqiang Huang <96465211+River2000i@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:45:12 +0800 Subject: [PATCH] fmt --- dm/config/security/security.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/config/security/security.go b/dm/config/security/security.go index 69fd804227c..f0fe1129943 100644 --- a/dm/config/security/security.go +++ b/dm/config/security/security.go @@ -103,7 +103,7 @@ func (s *Security) Clone() *Security { return &clone } -// WriteTLSContentToFiles will overwrite tls content to temp file and update path fields +// WriteTLSContentToFiles will overwrite tls content to temp file and update path fields. func (s *Security) WriteTLSContentToFiles(fileName string) error { var err error if s.SSLCA, err = certificate.WriteFile(fileName, s.SSLCABytes); err != nil {