cargo fmt with stable defaults (#876)

This commit is contained in:
James Wilson
2023-03-21 16:53:47 +00:00
committed by GitHub
parent c63ff6ec6d
commit 7c252fccf7
110 changed files with 663 additions and 1949 deletions
+2 -8
View File
@@ -7,10 +7,7 @@
use crate::{
error::Error,
metadata::{
DecodeWithMetadata,
Metadata,
},
metadata::{DecodeWithMetadata, Metadata},
};
use scale_decode::DecodeAsType;
@@ -29,10 +26,7 @@ pub use crate::tx::dynamic as tx;
pub use crate::constants::dynamic as constant;
// Lookup storage values dynamically.
pub use crate::storage::{
dynamic as storage,
dynamic_root as storage_root,
};
pub use crate::storage::{dynamic as storage, dynamic_root as storage_root};
/// This is the result of making a dynamic request to a node. From this,
/// we can return the raw SCALE bytes that we were handed back, or we can