From b804e8faa242d06d6b235a13462891d61dc21f4b Mon Sep 17 00:00:00 2001 From: MedzikUserBot Date: Tue, 25 Jan 2022 17:26:52 +0000 Subject: [PATCH] rustfmt --- src/cli/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/parse.rs b/src/cli/parse.rs index f520a4a..455da8c 100644 --- a/src/cli/parse.rs +++ b/src/cli/parse.rs @@ -82,7 +82,7 @@ pub async fn parse(client: ImgurHandle) { "fish" => print_completions(Shell::Fish, &mut app), "powershell" => print_completions(Shell::PowerShell, &mut app), - _ => error!("Completions to shell `{shell}`, not found!") + _ => error!("Completions to shell `{shell}`, not found!"), } } }