mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
run gofmt -s on main and server config
This commit is contained in:
parent
c12a12518e
commit
de660dbfc5
2 changed files with 6 additions and 8 deletions
|
@ -71,11 +71,9 @@ func tlsConfigFromCertpath(certpath string) (*tls.Config, error) {
|
|||
return nil, err
|
||||
}
|
||||
return &tls.Config{
|
||||
Certificates: []tls.Certificate{
|
||||
tls.Certificate{
|
||||
Certificate: [][]byte{certDer},
|
||||
PrivateKey: key,
|
||||
},
|
||||
},
|
||||
Certificates: []tls.Certificate{{
|
||||
Certificate: [][]byte{certDer},
|
||||
PrivateKey: key,
|
||||
}},
|
||||
}, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue