Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
River2000i committed Dec 24, 2024
1 parent 5ea962e commit 040e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/config/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 040e37b

Please sign in to comment.