From f5a69404652ce0de7b83413fdc69266550019cbe Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Mon, 4 Nov 2024 00:51:06 -0500 Subject: [PATCH] cargo fmt --- macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 2e288bd..249d46d 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -87,7 +87,7 @@ fn fix_leading_indentation>(source: S) -> String { fn fix_indentation>(source: S) -> String { let source = source.as_ref(); // let source = fix_first_line_indentation(source); - + fix_leading_indentation(source) }