From ce88a8f9ca8f2dd6107e2bd51b6ae48461a9eace Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 25 May 2024 16:25:06 -0400 Subject: [PATCH] apply cargo fmt --- components/salsa-2022-macros/src/tracked_struct.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/salsa-2022-macros/src/tracked_struct.rs b/components/salsa-2022-macros/src/tracked_struct.rs index c6a49120..86007b9c 100644 --- a/components/salsa-2022-macros/src/tracked_struct.rs +++ b/components/salsa-2022-macros/src/tracked_struct.rs @@ -85,7 +85,7 @@ impl TrackedStruct { #as_debug_with_db_impl #debug_impl }) - } + } fn config_impl(&self, config_struct: &syn::ItemStruct) -> syn::ItemImpl { let config_ident = &config_struct.ident; @@ -198,7 +198,7 @@ impl TrackedStruct { } } } - + TheStructKind::Pointer(lt_db) => { if !*is_clone_field { parse_quote_spanned! { field_get_name.span() =>