From f6ccf07de40d99de3647d43b4d1500dbd07eaa13 Mon Sep 17 00:00:00 2001 From: ModProg Date: Sat, 21 Aug 2021 01:00:51 +0200 Subject: [PATCH] Fix Formatting --- clap_generate/src/generators/shells/fish.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_generate/src/generators/shells/fish.rs b/clap_generate/src/generators/shells/fish.rs index 38ee5748..7a3f85c6 100644 --- a/clap_generate/src/generators/shells/fish.rs +++ b/clap_generate/src/generators/shells/fish.rs @@ -133,7 +133,7 @@ fn value_completion(option: &Arg) -> String { } if let Some(data) = option.get_possible_values() { - // We return the possible values with their own empty description e.g. {a\t,b\t} + // We return the possible values with their own empty description e.g. {a\t,b\t} // this makes sure that a and b don't get the description of the option or argument format!( " -r -f -a \"{{{}}}\"",