Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Jun 28, 2023
1 parent cd5f3b5 commit 3decaea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethabi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ mod tests;

pub use ethereum_types;


pub use crate::tuple_param::TupleParam;
pub use crate::{
constructor::Constructor,
contract::{Contract, Events, Functions},
Expand All @@ -75,6 +73,7 @@ pub use crate::{
signature::{long_signature, short_signature},
state_mutability::StateMutability,
token::Token,
tuple_param::TupleParam,
};

/// ABI word.
Expand Down

0 comments on commit 3decaea

Please sign in to comment.