Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Mar 15, 2024
1 parent f48d917 commit b446279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devimint/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ pub async fn latency_tests(dev_fed: DevFed, r#type: LatencyTest) -> Result<()> {
}

pub async fn cli_tests(dev_fed: DevFed) -> Result<()> {
let fedimint_cli_version = crate::util::FedimintCli::version_or_default().await;
log_binary_versions().await?;
let data_dir = env::var("FM_DATA_DIR")?;

Expand Down

0 comments on commit b446279

Please sign in to comment.