Skip to content

Commit

Permalink
chore: run rustfmt on codegen/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Feb 6, 2025
1 parent de6805e commit 1caa01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,7 @@ impl Method {

let block = ctx.wrap_unsafe_ops(quote! ( #( #stmts );*));

let mut attrs = attrs_for_item(function_item, ctx);
let mut attrs = attrs_for_item(function_item, ctx);
attrs.push(attributes::inline());

if signature.must_use() {
Expand Down

0 comments on commit 1caa01a

Please sign in to comment.