Skip to content

Commit

Permalink
Clean up a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed Aug 8, 2023
1 parent ddd965c commit ca61abb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/relay.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use async_trait::async_trait;
use futures_util::{stream::SplitSink, StreamExt, SinkExt};
use serde::{Deserialize, Serialize};
use std::{
Expand Down Expand Up @@ -40,8 +41,6 @@ pub enum ResponsePacket {
},
}

use async_trait::async_trait;

#[async_trait]
trait PacketSender {
async fn send(&self, message: Message);
Expand Down

0 comments on commit ca61abb

Please sign in to comment.