Browse Source

Removed unreachable return

Bruce Marriner 9 năm trước cách đây
mục cha
commit
a9306fda00
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      voice.go

+ 0 - 2
voice.go

@@ -136,8 +136,6 @@ func (v *Voice) wsListen(wsConn *websocket.Conn, close <-chan struct{}) {
 			go v.wsEvent(messageType, message)
 		}
 	}
-
-	return
 }
 
 // wsEvent handles any voice websocket events. This is only called by the