Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Dec 16, 2024
1 parent 05dbf7d commit ac11b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo-ziggy/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub struct Run {
asan: bool,

/// Stop the run after the first crash is encountered
#[clap(short='x', long)]
#[clap(short = 'x', long)]
stop_on_crash: bool,
}

Expand Down

0 comments on commit ac11b77

Please sign in to comment.