fmt for whole workspace

This commit is contained in:
Tadeo hepperle
2024-02-02 17:02:00 +01:00
parent e5ee97148a
commit bc6cd9b885
4 changed files with 6 additions and 225 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ pub use config::{
pub use metadata::Metadata;
pub use signer::Signer;
pub use storage::StorageAddress;
pub use utils::{AccountId32, MultiAddress, MultiSignature, H160, H256, H512, Yes, to_hex};
pub use utils::{to_hex, AccountId32, MultiAddress, MultiSignature, Yes, H160, H256, H512};
#[macro_use]
mod macros;