From 133fccbf07d72596f641611a01a5078a54a301fe Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:11:49 +0200 Subject: [PATCH] Test changes --- winapps-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winapps-cli/src/main.rs b/winapps-cli/src/main.rs index 61ca1ec..fd58b79 100644 --- a/winapps-cli/src/main.rs +++ b/winapps-cli/src/main.rs @@ -12,7 +12,7 @@ fn cli() -> Command { fn main() { let cli = cli(); - let matches = cli.clone().get_matches(); + let matches = cli.clone( ).get_matches(); match matches.subcommand() { Some(("check", _)) => {