Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgf authored and emilio committed Mar 19, 2024
1 parent 5bd9771 commit 3b5ce9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindgen/codegen/mod.rs
Expand Up @@ -2194,11 +2194,11 @@ impl CodeGenerator for CompInfo {
let generic_param_names = generic_param_names.clone();
quote! {
< #( #generic_param_names ),* >
}
}
} else {
quote !{}
quote! {}
};

let mut attributes = vec![];
let mut needs_clone_impl = false;
let mut needs_default_impl = false;
Expand Down

0 comments on commit 3b5ce9c

Please sign in to comment.