Browse Source

lang: Fmt (#495)

Armani Ferrante 4 years ago
parent
commit
dd5f18271f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lang/attribute/account/src/lib.rs

+ 1 - 1
lang/attribute/account/src/lib.rs

@@ -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 {