cargo fmt

This commit is contained in:
realbigsean
2022-10-04 08:21:46 -04:00
parent 8d45e48775
commit c0dc42ea07
12 changed files with 184 additions and 186 deletions

View File

@@ -8,7 +8,7 @@ use sensitive_url::SensitiveUrl;
use serde::de::DeserializeOwned;
use serde_json::json;
use std::time::Duration;
use types::{EthSpec};
use types::EthSpec;
pub use deposit_log::{DepositLog, Log};
pub use reqwest::Client;