Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Nov 26, 2024
1 parent 485fdea commit 5d3e8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/blueprint-proc-macro/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn path_to_field_type(path: &syn::Path) -> syn::Result<FieldType> {
if ident == "ByteBuf" {
return Ok(FieldType::Bytes);
}

let args = &seg.arguments;
match args {
syn::PathArguments::None => {
Expand Down

0 comments on commit 5d3e8a7

Please sign in to comment.