mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-15 17:22:35 +01:00
Stray space
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user