diff --git a/src/doctor.rs b/src/doctor.rs index bc3dd40..dce5572 100644 --- a/src/doctor.rs +++ b/src/doctor.rs @@ -1215,9 +1215,7 @@ pub async fn run(command: Commands, config: &NodeConfig) -> anyhow::Result<()> { port_map_probe(config).await } - Commands::RelayUrls { count } => { - relay_urls(count, config.clone()).await - } + Commands::RelayUrls { count } => relay_urls(count, config.clone()).await, Commands::Plot { interval, metrics,