Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Oct 7, 2024
1 parent 51d9090 commit f2b4daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdviz-collector/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub(crate) struct Cli {
#[clap(long = "config", env("CDVIZ_COLLECTOR_CONFIG"))]
config: Option<PathBuf>,
/// The directory to use as the working directory.
#[clap(short = 'C',long = "directory")]
#[clap(short = 'C', long = "directory")]
directory: Option<PathBuf>,

#[command(flatten)]
Expand Down
2 changes: 1 addition & 1 deletion cdviz-collector/src/sinks/folder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit f2b4daf

Please sign in to comment.