Skip to content

Commit 6f2bbbf

Browse files
committed
update code fmt
1 parent f675333 commit 6f2bbbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/cli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use std::process;
2121
#[command(about = "Interactive SQL CLI for Function Stream", long_about = None)]
2222
#[command(disable_help_flag = true)]
2323
struct Args {
24-
2524
#[arg(short = 'h', long = "host", default_value = "127.0.0.1")]
2625
host: String,
2726

0 commit comments

Comments
 (0)