From c2a093fb1ed9041275034678565a37d023d7159f Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Thu, 11 Aug 2022 18:51:26 +0900 Subject: [PATCH] cargo fmt --- src/detections/configs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 9aa047fa..4cbf117f 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -59,7 +59,7 @@ impl Default for ConfigReader<'_> { author = "Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato)", help_template = "\n{name}\n{author}\n\n{usage-heading}\n {usage}\n\n{all-args}\n", version, - arg_required_else_help (true), + arg_required_else_help(true), term_width = 400 )] pub struct Config {