Skip to content

Commit a4d7616

Browse files
cargo fmt --all
1 parent 4810a9a commit a4d7616

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/cli.rs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,13 +2830,10 @@ pub fn plugins_subcommands(pre_flight_settings: PreFlightSettings) -> Vec<Comman
28302830
PLUGIN_GUIDE_URL
28312831
));
28322832

2833-
[
2834-
list_all_cmd,
2835-
list_on_node_cmd,
2836-
]
2837-
.into_iter()
2838-
.map(|cmd| cmd.infer_long_args(pre_flight_settings.infer_long_options))
2839-
.collect()
2833+
[list_all_cmd, list_on_node_cmd]
2834+
.into_iter()
2835+
.map(|cmd| cmd.infer_long_args(pre_flight_settings.infer_long_options))
2836+
.collect()
28402837
}
28412838

28422839
pub fn nodes_subcommands(pre_flight_settings: PreFlightSettings) -> Vec<Command> {

0 commit comments

Comments
 (0)