From 1db3eadd4c3b0fde3a340f918d564d2401c1fbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 26 May 2022 16:18:17 +0200 Subject: [PATCH] Fix formatting --- src/grm/cmd.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/grm/cmd.rs b/src/grm/cmd.rs index 3145b7d..89340e9 100644 --- a/src/grm/cmd.rs +++ b/src/grm/cmd.rs @@ -42,9 +42,7 @@ pub enum ReposAction { #[derive(Parser)] #[clap(about = "Sync local repositories with a configured list")] pub enum SyncAction { - #[clap( - about = "Synchronize the repositories to the configured values" - )] + #[clap(about = "Synchronize the repositories to the configured values")] Config(Config), #[clap(about = "Synchronize the repositories from a remote provider")] Remote(SyncRemoteArgs),