Skip to content

Commit 4ecc1b4

Browse files
committed
fix formatting
1 parent a0f9d23 commit 4ecc1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merkle/src/account.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use alloy_primitives::{keccak256, B256, U256};
22
use alloy_rlp::{RlpDecodable, RlpEncodable};
3-
use serde::{Serialize, Deserialize};
3+
use serde::{Deserialize, Serialize};
44

55
use crate::nodes::node::NodeRef;
66

0 commit comments

Comments
 (0)