From 1fe276d1101d55242f3a6ef6f80ebd923c68e53d Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 20 Sep 2023 18:59:43 +0000 Subject: [PATCH] Whitespace --- src/main.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main.rs b/src/main.rs index 80c6bb6..40fa22a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -110,7 +110,7 @@ struct ModeArgs { #[arg(group("mode"), help_heading("Mode Options"), short, long, conflicts_with_all(["save", "get", "list", "update", "delete", "status"]), requires("ids_or_tags"))] #[arg(help("Get an item either by it's ID or by a combination of matching tags and metatdata"))] info: bool, - + #[arg(group("mode"), help_heading("Mode Options"), short('S'), long, conflicts_with_all(["save", "get", "list", "update", "delete", "info"]))] #[arg(help("Show status of directories and supported compression algorithms"))] status: bool @@ -650,7 +650,7 @@ fn mode_info(cmd: &mut Command, args: Args, ids: &mut Vec, tags: &mut Vec db::get_item_matching(conn, tags, &meta)? }; - + if let Some(item) = item_maybe { debug!("MAIN: Found item {:?}", item); let item_id = item.id.unwrap(); @@ -674,16 +674,16 @@ fn mode_info(cmd: &mut Command, args: Args, ids: &mut Vec, tags: &mut Vec, tags: &mut Vec, tags: &mut Vec