Skip to content

Commit 63d6109

Browse files
committed
Resolves clippy warning
1 parent 153588a commit 63d6109

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runner/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ use crate::core::{is_debug_build, version};
3737
version = version(),
3838
about = "Reverse proxy for realtime web services."
3939
)]
40-
4140
pub struct CliArgs {
4241
#[arg(long, value_name = "file", help = "Config file.")]
4342
pub config: Option<PathBuf>,

0 commit comments

Comments
 (0)