From 2c34c38b29b06357430ad27c18328b4af60cb9a5 Mon Sep 17 00:00:00 2001 From: Fukushima Shogo <59794072+fksms@users.noreply.github.com> Date: Thu, 2 May 2024 20:47:55 +0900 Subject: [PATCH] Formatting --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index e6b7a2e..f79e129 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -245,4 +245,4 @@ pub fn build_cli() -> Command { .action(clap::ArgAction::SetTrue) .help("Output the directory tree as json to the current directory"), ) -} \ No newline at end of file +}