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/src/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/container.rs') diff --git a/azalea/src/container.rs b/azalea/src/container.rs index c9283b6b..980210ae 100644 --- a/azalea/src/container.rs +++ b/azalea/src/container.rs @@ -1,3 +1,4 @@ +use std::fmt::Debug; use std::fmt::Formatter; use azalea_client::{ @@ -11,7 +12,6 @@ use azalea_protocol::packets::game::ClientboundGamePacket; use bevy_app::{App, Plugin, Update}; use bevy_ecs::{component::Component, prelude::EventReader, system::Commands}; use futures_lite::Future; -use std::fmt::Debug; use crate::bot::BotClientExt; -- cgit v1.2.3