Skip to content

Commit 3b5ce9c

Browse files
jsgfemilio
authored andcommitted
formatting fixes
1 parent 5bd9771 commit 3b5ce9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindgen/codegen/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2194,11 +2194,11 @@ impl CodeGenerator for CompInfo {
21942194
let generic_param_names = generic_param_names.clone();
21952195
quote! {
21962196
< #( #generic_param_names ),* >
2197-
}
2197+
}
21982198
} else {
2199-
quote !{}
2199+
quote! {}
22002200
};
2201-
2201+
22022202
let mut attributes = vec![];
22032203
let mut needs_clone_impl = false;
22042204
let mut needs_default_impl = false;

0 commit comments

Comments
 (0)