Skip to content

Commit f88be57

Browse files
committed
style: Ensure consistent newlines
1 parent f209bce commit f88be57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clap_complete/src/engine/complete.rs

+1
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ fn populate_command_candidate(
578578
.display_order(Some(subcommand.get_display_order()))
579579
.hide(subcommand.is_hide_set())
580580
}
581+
581582
/// Parse the short flags and find the first `takes_values` option.
582583
fn parse_shortflags<'c, 's>(
583584
cmd: &'c clap::Command,

0 commit comments

Comments
 (0)