Formatting

This commit is contained in:
Fukushima Shogo
2024-05-02 20:47:55 +09:00
committed by andy.boot
parent a1574d6a06
commit 2c34c38b29
+1 -1
View File
@@ -245,4 +245,4 @@ pub fn build_cli() -> Command {
.action(clap::ArgAction::SetTrue) .action(clap::ArgAction::SetTrue)
.help("Output the directory tree as json to the current directory"), .help("Output the directory tree as json to the current directory"),
) )
} }