Explorar o código

fix coding style lint

Shelikhoo %!s(int64=4) %!d(string=hai) anos
pai
achega
e1de9c9bed
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      transport/internet/websocket/hub.go

+ 0 - 1
transport/internet/websocket/hub.go

@@ -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 {