Stray space

This commit is contained in:
Matthew Esposito 2023-06-05 20:57:34 -04:00
parent 00355de727
commit 8a23616920
No known key found for this signature in database

View File

@ -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;