From 6b0fe5bf638079d535e70c3c91e78fe35a5d2a2f Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 26 Oct 2024 05:29:26 +0000 Subject: group imports with rustfmt --- azalea-protocol/src/packets/mod.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'azalea-protocol/src/packets/mod.rs') diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 6cec015f..1dabe175 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -5,10 +5,12 @@ pub mod handshaking; pub mod login; pub mod status; -use crate::read::ReadPacketError; -use azalea_buf::{BufReadError, McBufVarReadable, McBufVarWritable, McBufWritable}; use std::io::{Cursor, Write}; +use azalea_buf::{BufReadError, McBufVarReadable, McBufVarWritable, McBufWritable}; + +use crate::read::ReadPacketError; + // TODO: rename the packet files to just like clientbound_add_entity instead of // clientbound_add_entity_packet -- cgit v1.2.3