From 3b29d072dc20e9dbc28aa82a2383b9d3cfe3a549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 19 Apr 2021 10:02:07 +0200 Subject: [PATCH] fix: apply rustfmt changes --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index d4ec22d..c7268d4 100644 --- a/src/config.rs +++ b/src/config.rs @@ -36,7 +36,7 @@ pub(crate) fn setup_clap() -> clap::ArgMatches<'static> { (about: crate_description!()) (@arg config: +required "Set config file") (@arg v: -v --verbose ... "Be verbose (you can add this up to 4 times for more logs). -By default, only errors are logged, so no output is a good thing.") + By default, only errors are logged, so no output is a good thing.") ) .get_matches() }