Explorar el Código

Removed unneeded blank line :)

Bruce Marriner hace 9 años
padre
commit
348d9482d0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      wsapi.go

+ 0 - 1
wsapi.go

@@ -335,7 +335,6 @@ func (s *Session) event(messageType int, message []byte) {
 				s.OnVoiceStateUpdate(s, st)
 				return
 			}
-
 		}
 	case "USER_UPDATE":
 		if s.OnUserUpdate != nil {