Skip to content

Commit

Permalink
minor clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Jan 3, 2022
1 parent f32098b commit 01ec159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ mod clear_all_pending_headers {
.build()
.unwrap();

let header = ChainHeader::try_construct(header.clone(), accum.clone()).unwrap();
let header = ChainHeader::try_construct(header, accum.clone()).unwrap();

prev_header = header.clone();
prev_accum = accum;
Expand Down

0 comments on commit 01ec159

Please sign in to comment.