Skip to content

Commit 79b2104

Browse files
committed
fixup: rustfmt
1 parent e6fd53a commit 79b2104

File tree

1 file changed

+2
-4
lines changed
  • bindgen/codegen/postprocessing

1 file changed

+2
-4
lines changed

bindgen/codegen/postprocessing/mod.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ macro_rules! pass {
2626
};
2727
}
2828

29-
const PASSES: &[PostProcessingPass] = &[
30-
pass!(merge_extern_blocks),
31-
pass!(sort_semantically),
32-
];
29+
const PASSES: &[PostProcessingPass] =
30+
&[pass!(merge_extern_blocks), pass!(sort_semantically)];
3331

3432
pub(crate) fn postprocessing(
3533
items: Vec<TokenStream>,

0 commit comments

Comments
 (0)