Browse Source

fix coding style lint

Shelikhoo 4 years ago
parent
commit
e1de9c9bed
1 changed files with 0 additions and 1 deletions
  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 {