Skip to content

Commit 774b8a0

Browse files
committed
Format lib.rs after adding cli_utils module
1 parent 2df4613 commit 774b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
pub mod cli_utils;
12
pub mod config;
23
pub mod key_derivation;
34
pub mod mnemonic;
45
pub mod signer;
56
pub mod wallet;
67
pub mod walletconnect;
7-
pub mod cli_utils;
88

99
pub use config::ZetaConfig;
1010
pub use key_derivation::{derive_key_hkdf, derive_key_pbkdf2};

0 commit comments

Comments
 (0)