From 22b55e703878ce44ed354b1dab636a22835a8a94 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 10 Jan 2024 02:09:40 +0800 Subject: [PATCH] Format --- yazi-config/src/boot/args.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yazi-config/src/boot/args.rs b/yazi-config/src/boot/args.rs index b7798218..08c4a11a 100644 --- a/yazi-config/src/boot/args.rs +++ b/yazi-config/src/boot/args.rs @@ -11,10 +11,10 @@ pub struct Args { /// Write the cwd on exit to this file #[arg(long)] - pub cwd_file: Option, + pub cwd_file: Option, /// Write the selected files on open emitted by the chooser mode #[arg(long)] - pub chooser_file: Option, + pub chooser_file: Option, /// Clear the cache directory #[arg(long, action)]