Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Aug 1, 2023
1 parent 6586467 commit abda424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/parentchain/indirect-calls-executor/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ mod test {
test_fixtures([0u8; 32], NodeMetadataMock::new());

let opaque_extrinsic =
OpaqueExtrinsic::from_bytes(invoke_unchecked_extrinsic().encode().as_slice())
.unwrap();
OpaqueExtrinsic::from_bytes(invoke_unchecked_extrinsic().encode().as_slice()).unwrap();

let parentchain_block = ParentchainBlockBuilder::default()
.with_extrinsics(vec![opaque_extrinsic])
Expand Down

0 comments on commit abda424

Please sign in to comment.