Skip to content

Commit

Permalink
Address PR ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed May 13, 2024
1 parent 467c36b commit 0bbe17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/legacy_sse_data/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn block_added_v2() -> SseData {
let block = Box::new(Block::V2(TestBlockBuilder::new().build(&mut rng)));
let block_hash = block.hash();
let block_added = SseData::BlockAdded {
block_hash: block_hash.clone(),
block_hash: *block_hash,
block,
};
let str = serde_json::to_string(&block_added).expect("must get string");
Expand Down

0 comments on commit 0bbe17f

Please sign in to comment.