Skip to content

Commit e9bc8c7

Browse files
committed
ref: cargo fmt
1 parent 0b52640 commit e9bc8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ enum Commands {
5454
tag: Option<String>,
5555
#[clap(short, long, value_parser, num_args = 1.., value_delimiter = ' ')]
5656
features: Option<Vec<String>>,
57-
}
57+
},
5858
}
5959

6060
#[tokio::main]

0 commit comments

Comments
 (0)