mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-20 00:07:06 -05:00
fix coding style lint
This commit is contained in:
parent
3a77bbdf65
commit
e1de9c9bed
@ -74,7 +74,6 @@ func (h *requestHandler) ServeHTTP(writer http.ResponseWriter, request *http.Req
|
|||||||
} else {
|
} else {
|
||||||
h.ln.addConn(newConnectionWithEarlyData(conn, remoteAddr, earlyData))
|
h.ln.addConn(newConnectionWithEarlyData(conn, remoteAddr, earlyData))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Listener struct {
|
type Listener struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user