From 9636270f7e61f2ac0f0e560020de9ea08c2bcbbc Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Fri, 29 Nov 2024 13:08:27 -0500 Subject: [PATCH] [do_tag] cargo fmt --- src/simpleaf_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simpleaf_commands.rs b/src/simpleaf_commands.rs index 9f76fb2..65d2f2a 100644 --- a/src/simpleaf_commands.rs +++ b/src/simpleaf_commands.rs @@ -418,7 +418,7 @@ pub struct IndexOpts { display_order = 5 )] pub work_dir: PathBuf, - + /// path to output directory (will be created if it doesn't exist) #[arg(short, long, display_order = 1)] pub output: PathBuf,