Skip to content

Commit 02af3ad

Browse files
committed
Format fix
1 parent f5e02a3 commit 02af3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use clap::{Parser, Subcommand};
55
#[derive(Parser)]
66
#[command(version)]
77
pub struct Cli {
8-
#[arg(short, long, global=true)]
8+
#[arg(short, long, global = true)]
99
pub config_filepath: Option<PathBuf>,
1010

1111
#[command(subcommand)]

0 commit comments

Comments
 (0)