Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed Mar 31, 2022
1 parent 4899a89 commit e1fdd39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions beacon_node/lighthouse_network/src/rpc/codec/ssz_snappy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,7 @@ mod tests {
))),
ForkName::Merge,
),
Ok(Some(RPCResponse::BlocksByRoot(Box::new(
merge_block_small.clone()
))))
Ok(Some(RPCResponse::BlocksByRoot(Box::new(merge_block_small))))
);

let mut encoded =
Expand Down

0 comments on commit e1fdd39

Please sign in to comment.