Skip to content

Commit

Permalink
manual fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 22, 2025
1 parent 5db23d5 commit 661c2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/bindgen/src/types/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Class {
}
);

let factories = required_interfaces. iter().filter_map(|interface| match interface.kind {
let factories = required_interfaces.iter().filter_map(|interface| match interface.kind {
InterfaceKind::Static | InterfaceKind::Composable => {
if interface.def.methods().next().is_none() {
None
Expand Down

0 comments on commit 661c2a2

Please sign in to comment.