mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-03-11 16:35:42 +00:00
clippy
This commit is contained in:
parent
9f6e0bc722
commit
7ec56d2af2
|
@ -168,7 +168,7 @@ async fn do_client_main(config: Config, args: Args) -> Result<(), anyhow::Error>
|
|||
stats.present();
|
||||
}
|
||||
|
||||
return Ok(());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[actix_rt::main]
|
||||
|
|
Loading…
Reference in New Issue
Block a user