Skip to content

Commit b2000d7

Browse files
committed
cargo +nightly fmt
1 parent 9a57e8c commit b2000d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bindgen/ir/item.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,9 @@ impl Item {
928928
kind: match self.kind() {
929929
ItemKind::Module(..) => crate::callbacks::ItemKind::Module,
930930
ItemKind::Type(..) => crate::callbacks::ItemKind::Type,
931-
ItemKind::Function(..) => crate::callbacks::ItemKind::Function,
931+
ItemKind::Function(..) => {
932+
crate::callbacks::ItemKind::Function
933+
}
932934
ItemKind::Var(..) => crate::callbacks::ItemKind::Var,
933935
},
934936
};

0 commit comments

Comments
 (0)