Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Feb 24, 2024
1 parent 0136996 commit 64e7e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/src/errno.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use proc_macro2::{Ident, TokenStream};
use quote::quote;
use syn::{punctuated::Punctuated, Fields, ItemEnum, Meta, Token, Variant, Index};
use syn::{punctuated::Punctuated, Fields, Index, ItemEnum, Meta, Token, Variant};

pub fn transform(arg: ItemEnum) -> syn::Result<TokenStream> {
let enum_name = &arg.ident;
Expand Down

0 comments on commit 64e7e44

Please sign in to comment.