Skip to content

Commit b7f7850

Browse files
committed
Properly align function arguments
Not sure why rustfmt hasn't caught this before...
1 parent 4144426 commit b7f7850

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ir/context.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,10 @@ impl<'ctx> BindgenContext<'ctx> {
10321032
}
10331033

10341034
return self.instantiate_template(with_id,
1035-
id,
1036-
parent_id,
1037-
ty,
1038-
location)
1035+
id,
1036+
parent_id,
1037+
ty,
1038+
location)
10391039
.or_else(|| Some(id));
10401040
}
10411041

0 commit comments

Comments
 (0)