Skip to content

Commit 3f811a2

Browse files
committed
chore: run rustfmt
1 parent 3afa60b commit 3f811a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bindgen/codegen/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,9 @@ impl Method {
31513151
let custom_attributes = ctx.options().all_callbacks(|cb| {
31523152
cb.add_attributes(&AttributeInfo {
31533153
name: &canonical_name,
3154-
kind: AttributeItemKind::Function(FunctionKind::Method(self.kind())),
3154+
kind: AttributeItemKind::Function(FunctionKind::Method(
3155+
self.kind(),
3156+
)),
31553157
})
31563158
});
31573159
attrs.extend(custom_attributes.iter().map(|s| s.parse().unwrap()));

0 commit comments

Comments
 (0)