Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 8, 2025
1 parent 594e134 commit e62c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-fips-sys/builder/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ fn invoke_external_bindgen(
r"rustfmt",
]);
if !options.disable_prelude {
bindgen_params.extend(["--raw-line", PRELUDE])
bindgen_params.extend(["--raw-line", PRELUDE]);
}
bindgen_params.push("--");
clang_args
Expand Down

0 comments on commit e62c27a

Please sign in to comment.