aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/account.rs')
-rw-r--r--azalea-client/src/account.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs
index 9b2c2350..7e3f917d 100644
--- a/azalea-client/src/account.rs
+++ b/azalea-client/src/account.rs
@@ -2,8 +2,10 @@
use std::sync::Arc;
-use azalea_auth::AccessTokenResponse;
-use azalea_auth::certs::{Certificates, FetchCertificatesError};
+use azalea_auth::{
+ AccessTokenResponse,
+ certs::{Certificates, FetchCertificatesError},
+};
use bevy_ecs::component::Component;
use parking_lot::Mutex;
use thiserror::Error;