cargo fmt

This commit is contained in:
DastInDark
2022-08-11 18:51:26 +09:00
parent faaf068db0
commit c2a093fb1e

View File

@@ -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 {