Skip to content

Commit

Permalink
style: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jul 5, 2024
1 parent 05e0662 commit 1ca53ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cli/polka-storage-provider/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ use std::{env, net::SocketAddr, path::PathBuf, sync::Arc};

use chrono::Utc;
use clap::Parser;
use tokio::{
signal,
sync::broadcast::{self, Sender},
};
use tokio::{signal, sync::broadcast};
use tracing::info;
use url::Url;

Expand Down

0 comments on commit 1ca53ac

Please sign in to comment.