1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-12 00:35:27 -04:00

fix coding style lint

This commit is contained in:
Shelikhoo
2021-04-05 19:43:28 +01:00
parent 3a77bbdf65
commit e1de9c9bed

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 {