aboutsummaryrefslogtreecommitdiff
path: root/src/connection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.rs')
-rw-r--r--src/connection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.rs b/src/connection.rs
index c061c85..8de42f3 100644
--- a/src/connection.rs
+++ b/src/connection.rs
@@ -8,7 +8,7 @@ use mcproto_rs::protocol::{Packet, RawPacket, State};
#[cfg(any(feature = "futures-io", feature = "tokio-io"))]
use {
crate::{reader::CraftAsyncReader, writer::CraftAsyncWriter},
- async_trait::async_trait
+ async_trait::async_trait,
};
pub struct CraftConnection<R, W> {