From ac11b77f70247bbd3e3e545117be135f53869282 Mon Sep 17 00:00:00 2001 From: Louis Merlin Date: Mon, 16 Dec 2024 11:39:29 +0100 Subject: [PATCH] Fix fmt --- src/bin/cargo-ziggy/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo-ziggy/main.rs b/src/bin/cargo-ziggy/main.rs index 3fed8a8..0cf7f1c 100644 --- a/src/bin/cargo-ziggy/main.rs +++ b/src/bin/cargo-ziggy/main.rs @@ -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, }