1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

fix coding style lint

This commit is contained in:
Shelikhoo 2021-04-05 19:43:28 +01:00
parent 3a77bbdf65
commit e1de9c9bed
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -74,7 +74,6 @@ func (h *requestHandler) ServeHTTP(writer http.ResponseWriter, request *http.Req
} else {
h.ln.addConn(newConnectionWithEarlyData(conn, remoteAddr, earlyData))
}
}
type Listener struct {