From bbfedb779eec65009c0dc511e3de73d6b34c26de Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Mon, 2 Dec 2024 16:41:26 -0700 Subject: [PATCH] clippy empty line after attribute --- iot_verifier/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/iot_verifier/src/main.rs b/iot_verifier/src/main.rs index a7e0192f0..4f4ee13d9 100644 --- a/iot_verifier/src/main.rs +++ b/iot_verifier/src/main.rs @@ -29,7 +29,6 @@ use task_manager::TaskManager; #[derive(Debug, clap::Parser)] #[clap(version = env!("CARGO_PKG_VERSION"))] #[clap(about = "Helium POC IOT Verifier")] - pub struct Cli { /// Optional configuration file to use. If present the toml file at the /// given path will be loaded. Environment variables can override the