Skip to content

Commit 21c0233

Browse files
committed
run cargo fmt
1 parent 31ac460 commit 21c0233

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cli/app.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,7 @@ impl Limbo {
793793
}
794794
CommandParser::try_parse_from(args)
795795
}
796-
_ => {
797-
CommandParser::try_parse_from(args)
798-
}
796+
_ => CommandParser::try_parse_from(args),
799797
};
800798
match parse {
801799
Err(err) => {

0 commit comments

Comments
 (0)