From 04f096295aba91f5642795f036ad5169b1897f0f Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:51:05 -0400 Subject: [PATCH] cargo fmt --- crates/primitives/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/primitives/src/lib.rs b/crates/primitives/src/lib.rs index c75474b8cbe05..db5eed2166e82 100644 --- a/crates/primitives/src/lib.rs +++ b/crates/primitives/src/lib.rs @@ -43,5 +43,5 @@ pub type StorageValue = H256; // NOTE: There is a benefit of using wrapped Bytes as it gives us serde and debug pub use ethers_core::{ types as rpc, - types::{Bloom, Bytes, H160, H128, H256, H512, H64, U256, U64}, + types::{Bloom, Bytes, H128, H160, H256, H512, H64, U256, U64}, };