Browse Source

fix lint warning
apply coding style. Be sure to update the style checking tool after a long time of inactivity.

Shelikhoo 4 years ago
parent
commit
8ac4750f9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      transport/internet/tls/config.go

+ 1 - 0
transport/internet/tls/config.go

@@ -50,6 +50,7 @@ func (c *Config) loadSelfCertPool() (*x509.CertPool, error) {
 	}
 	}
 	return root, nil
 	return root, nil
 }
 }
+
 func (c *Config) loadSelfCertPoolClientCA() (*x509.CertPool, error) {
 func (c *Config) loadSelfCertPoolClientCA() (*x509.CertPool, error) {
 	root := x509.NewCertPool()
 	root := x509.NewCertPool()
 	for _, cert := range c.Certificate {
 	for _, cert := range c.Certificate {