Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 30, 2024
1 parent 3eef851 commit f373d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto-build/src/parser/utils/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit f373d5d

Please sign in to comment.