Skip to content

Commit

Permalink
ooops - cut n paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 10, 2023
1 parent 1ceeff9 commit f191797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/applydp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ pub fn run(argv: &[&str]) -> CliResult<()> {
// dynfmt_fields are the columns used in the dynfmt --formatstr option
// we prep it so we only populate the lookup vec with the index of these columns
// so SimpleCurlyFormat is performant
let dynfmt_template = if args.cmd_dynfmt || args.cmd_calcconv {
let dynfmt_template = if args.cmd_dynfmt {
if args.flag_no_headers {
return fail_incorrectusage_clierror!("dynfmt/calcconv subcommand requires headers.");
}
Expand Down

0 comments on commit f191797

Please sign in to comment.