1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00

fix lint warning

apply coding style. Be sure to update the style checking tool after a long time of inactivity.
This commit is contained in:
Shelikhoo 2021-09-02 17:34:39 +01:00
parent a53fd35205
commit 8ac4750f9e
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

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