Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Nov 3, 2023
1 parent dd3060e commit f174d1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions starknet-core/src/types/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ mod tests {
// Goerli-1 tx (L2): 4e0bbc07ff29e5df13dfbcb7e4746fdde52c3649a6a69bd86b15397769722fd

let msg = MsgToL1 {
from_address: FieldElement::from_hex_be("0x0164cba33fb7152531f6b4cfc3fff26b4d7b26b4900e0881042edd607b428a92")
.unwrap(),
from_address: FieldElement::from_hex_be(
"0x0164cba33fb7152531f6b4cfc3fff26b4d7b26b4900e0881042edd607b428a92",
)
.unwrap(),
to_address: FieldElement::from_hex_be(
"0x000000000000000000000000b6dbfaa86bb683152e4fc2401260f9ca249519c0",
)
Expand Down

0 comments on commit f174d1d

Please sign in to comment.