mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Stray space
This commit is contained in:
parent
00355de727
commit
8a23616920
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue