diff --git a/cdviz-collector/src/main.rs b/cdviz-collector/src/main.rs index 6ef4716..211941b 100644 --- a/cdviz-collector/src/main.rs +++ b/cdviz-collector/src/main.rs @@ -31,7 +31,7 @@ pub(crate) struct Cli { #[clap(long = "config", env("CDVIZ_COLLECTOR_CONFIG"))] config: Option, /// The directory to use as the working directory. - #[clap(short = 'C',long = "directory")] + #[clap(short = 'C', long = "directory")] directory: Option, #[command(flatten)] diff --git a/cdviz-collector/src/sinks/folder.rs b/cdviz-collector/src/sinks/folder.rs index ab9f294..e609586 100644 --- a/cdviz-collector/src/sinks/folder.rs +++ b/cdviz-collector/src/sinks/folder.rs @@ -45,8 +45,8 @@ mod tests { use super::*; use assert2::let_assert; use cdevents_sdk::CDEvent; - use test_strategy::proptest; use std::path::PathBuf; + use test_strategy::proptest; fn assert_eq(cdevent: &CDEvent, file: PathBuf) { assert!(file.exists());