aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-27 06:08:38 +0000
committermat <git@matdoes.dev>2024-04-27 06:08:38 +0000
commit8e2e81651ce8a9ed93d11e2970dc37de58b0310f (patch)
tree3b4171d470beb7434a4b0cc66cf1a17585d357e0 /azalea-client/src
parent6553d9510ddc52469dd7557aa9675982cb5187ab (diff)
downloadazalea-drasl-8e2e81651ce8a9ed93d11e2970dc37de58b0310f.tar.xz
fmt
Diffstat (limited to 'azalea-client/src')
-rw-r--r--azalea-client/src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index 1f9685ec..02d400fd 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -51,7 +51,7 @@ use azalea_protocol::{
serverbound_login_acknowledged_packet::ServerboundLoginAcknowledgedPacket,
ClientboundLoginPacket,
},
- ConnectionProtocol, ClientIntention, PROTOCOL_VERSION,
+ ClientIntention, ConnectionProtocol, PROTOCOL_VERSION,
},
resolver, ServerAddress,
};