mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05: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:
parent
a53fd35205
commit
8ac4750f9e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user