Run cargo fmt

This commit is contained in:
Alex Crichton
2019-04-16 10:52:27 -07:00
parent 5ebfa27b62
commit ff1addbbaa
12 changed files with 93 additions and 48 deletions

View File

@ -517,7 +517,7 @@ impl<'src> FirstPassRecord<'src> {
is_type_of: if data.has_interface {
None
} else {
Some(syn::parse_quote!{ |_| false })
Some(syn::parse_quote! { |_| false })
},
extends: Vec::new(),
vendor_prefixes: Vec::new(),