Skip to content

Commit 6d368b9

Browse files
vyzoStebalien
authored andcommitted
rustfmt
1 parent fab193e commit 6d368b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actors/evm/src/interpreter/instructions/context.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ mod tests {
152152
use crate::evm_unit_test;
153153
use cid::Cid;
154154
use fil_actors_evm_shared::uints::U256;
155+
use fil_actors_runtime::EAM_ACTOR_ID;
155156
use fvm_ipld_encoding::{DAG_CBOR, IPLD_RAW};
156157
use fvm_shared::address::Address as FilAddress;
157-
use fil_actors_runtime::EAM_ACTOR_ID;
158158

159159
#[test]
160160
fn test_blockhash() {
@@ -433,5 +433,4 @@ mod tests {
433433
assert_eq!(m.state.stack.pop().unwrap(), U256::from(1234000));
434434
};
435435
}
436-
437436
}

0 commit comments

Comments
 (0)