summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFukushima Shogo <59794072+fksms@users.noreply.github.com>2024-05-02 20:47:55 +0900
committerandy.boot <bootandy@gmail.com>2024-05-02 23:03:41 +0100
commit2c34c38b29b06357430ad27c18328b4af60cb9a5 (patch)
treecea347627cf10cececb2d48da36763dd11a87169
parenta1574d6a066c30831fdfe2ab99b64972c84c7769 (diff)
Formatting
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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
+}