refactor: format code using cargo fmt

This commit is contained in:
Marc-Antoine Arnaud
2023-12-19 22:03:15 +01:00
parent 7b6d831146
commit 568de4e1f0
4 changed files with 33 additions and 36 deletions

View File

@@ -108,7 +108,7 @@ fn inner_enum_inspector(
let label = &variant.ident;
let label_name = build_label_name(label, &variant_attrs, &root_attributes.default_namespace);
match variant.fields {
Fields::Unit => quote! {
&#name::#label => {