diff --git a/examples/gateway_simple.rs b/examples/gateway_simple.rs index 0e14855..c346839 100644 --- a/examples/gateway_simple.rs +++ b/examples/gateway_simple.rs @@ -1,6 +1,5 @@ use chorus::{self, gateway::Gateway, types::GatewayIdentifyPayload}; - /// This example creates a simple gateway connection and a session with an Identify event #[tokio::main] async fn main() {