From 8a23616920ee962c5f34e8d3c44f20f7f100f0fa Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Mon, 5 Jun 2023 20:57:34 -0400 Subject: [PATCH] Stray space --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 79aa267..671117d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -171,7 +171,7 @@ async fn main() { Lazy::force(&instance_info::INSTANCE_INFO); // Force login of Oauth client - #[allow(clippy::await_holding_lock)] + #[allow(clippy::await_holding_lock)] // We don't care if we are awaiting a lock here - it's just locked once at init. OAUTH_CLIENT.write().unwrap().login().await;