From f27c87b291a920376e006a470efb353dee46ed17 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 31 May 2025 08:56:17 +0500 Subject: more formatting fixes --- azalea-client/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/client.rs') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index dc9a3d3e..f53e693c 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -168,7 +168,7 @@ impl Client { /// # Examples /// /// ```rust,no_run - /// use azalea_client::{Client, Account}; + /// use azalea_client::{Account, Client}; /// /// #[tokio::main] /// async fn main() -> Result<(), Box> { -- cgit v1.2.3