Skip to content

Commit c7a2482

Browse files
committed
[Ninan] Fix alignment
1 parent f60229c commit c7a2482

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ fn main() {
4343
});
4444

4545
match args.input_command() {
46-
input_args::InputCommand::Status => {
47-
status::status(args, conf.filter_list_regex)
48-
}
46+
input_args::InputCommand::Status => status::status(args, conf.filter_list_regex),
4947
input_args::InputCommand::Create => create::create(args),
50-
input_args::InputCommand::Fetch => {
51-
fetch::fetch(args, conf.filter_list_regex)
52-
}
48+
input_args::InputCommand::Fetch => fetch::fetch(args, conf.filter_list_regex),
5349
input_args::InputCommand::Error => {}
5450
}
5551
}

0 commit comments

Comments
 (0)