Skip to content

Commit 3decaea

Browse files
committed
fix fmt
1 parent cd5f3b5 commit 3decaea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ethabi/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ mod tests;
5656

5757
pub use ethereum_types;
5858

59-
60-
pub use crate::tuple_param::TupleParam;
6159
pub use crate::{
6260
constructor::Constructor,
6361
contract::{Contract, Events, Functions},
@@ -75,6 +73,7 @@ pub use crate::{
7573
signature::{long_signature, short_signature},
7674
state_mutability::StateMutability,
7775
token::Token,
76+
tuple_param::TupleParam,
7877
};
7978

8079
/// ABI word.

0 commit comments

Comments
 (0)