Skip to content

Commit 48e7547

Browse files
committed
chore: run rustfmt
1 parent 53a3653 commit 48e7547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindgen/codegen/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3148,7 +3148,8 @@ impl Method {
31483148

31493149
let mut attrs = vec![attributes::inline()];
31503150
attrs.extend(
3151-
function_item.annotations()
3151+
function_item
3152+
.annotations()
31523153
.attributes()
31533154
.iter()
31543155
.map(|s| s.parse().unwrap()),

0 commit comments

Comments
 (0)