aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/examples
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-auth/examples')
-rw-r--r--azalea-auth/examples/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/examples/auth.rs b/azalea-auth/examples/auth.rs
index 8f7cf7f9..350c5b17 100644
--- a/azalea-auth/examples/auth.rs
+++ b/azalea-auth/examples/auth.rs
@@ -15,5 +15,5 @@ async fn main() {
)
.await
.unwrap();
- println!("{:?}", auth_result);
+ println!("{auth_result:?}");
}