mirror of
https://github.com/libp2p/go-openssl.git
synced 2024-12-25 23:30:06 +08:00
chore: go fmt
This commit is contained in:
parent
0250c31eb1
commit
32392545a8
2
net.go
2
net.go
@ -109,7 +109,7 @@ func DialTimeout(network, addr string, timeout time.Duration, ctx *Ctx,
|
||||
func DialSession(network, addr string, ctx *Ctx, flags DialFlags,
|
||||
session []byte) (*Conn, error) {
|
||||
var d net.Dialer
|
||||
return dialSession(d, network, addr, ctx, flags, session);
|
||||
return dialSession(d, network, addr, ctx, flags, session)
|
||||
}
|
||||
|
||||
func dialSession(d net.Dialer, network, addr string, ctx *Ctx, flags DialFlags,
|
||||
|
Loading…
Reference in New Issue
Block a user