From 8015c9ad7fbeee9f55c308c55ae4d7654a10760a Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:53:19 -0500 Subject: [PATCH] chore: fmt --- macros/blueprint-proc-macro/src/shared.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/blueprint-proc-macro/src/shared.rs b/macros/blueprint-proc-macro/src/shared.rs index 69387e04..f8b8f840 100644 --- a/macros/blueprint-proc-macro/src/shared.rs +++ b/macros/blueprint-proc-macro/src/shared.rs @@ -91,7 +91,7 @@ pub fn path_to_field_type(path: &syn::Path) -> syn::Result { if ident == "ByteBuf" { return Ok(FieldType::Bytes); } - + let args = &seg.arguments; match args { syn::PathArguments::None => {