lang: Fmt (#495)

This commit is contained in:
Armani Ferrante 2021-07-07 23:41:31 -07:00 committed by GitHub
parent 2d486f55fa
commit dd5f18271f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ pub fn associated(
pub_token: syn::token::Pub::default(),
paren_token: syn::token::Paren::default(),
in_token: None,
path: Box::new(parse_quote!(crate))
path: Box::new(parse_quote!(crate)),
}),
ident: Some(syn::Ident::new("__nonce", proc_macro2::Span::call_site())),
colon_token: Some(syn::token::Colon {