From f373d5df432a71d86db87676f2be89e9869c14bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Wed, 30 Oct 2024 14:49:49 +0100 Subject: [PATCH] style: cargo fmt --- proto-build/src/parser/utils/common.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto-build/src/parser/utils/common.rs b/proto-build/src/parser/utils/common.rs index 923d6f4..1b8a65a 100644 --- a/proto-build/src/parser/utils/common.rs +++ b/proto-build/src/parser/utils/common.rs @@ -2,8 +2,7 @@ use proc_macro2::Span; use syn::punctuated::Punctuated; use syn::token::PathSep; use syn::{ - Fields, FieldsNamed, Ident, Item, ItemStruct, Path, PathArguments, - PathSegment, Type, TypePath, + Fields, FieldsNamed, Ident, Item, ItemStruct, Path, PathArguments, PathSegment, Type, TypePath, }; pub fn item_as_struct(item: &mut Item) -> Option<&mut ItemStruct> {