style: cargo clippy & cargo fmt
This commit is contained in:
parent
19f64d413c
commit
e59f7b5a1f
20 changed files with 137 additions and 67 deletions
|
@ -67,7 +67,9 @@ async fn main() -> Result<(), Error> {
|
|||
|
||||
let bunny = config.bunny.clone();
|
||||
|
||||
let bunny_storage = bunny_api_tokio::EdgeStorageClient::new(bunny.api_key, bunny.endpoint, bunny.storage_zone).await?;
|
||||
let bunny_storage =
|
||||
bunny_api_tokio::EdgeStorageClient::new(bunny.api_key, bunny.endpoint, bunny.storage_zone)
|
||||
.await?;
|
||||
|
||||
let mail = config.mail.clone();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue