Skip to content

Commit

Permalink
fix clippy warning (paritytech#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 8, 2024
1 parent 14dc09f commit 4815824
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,7 @@ pub(crate) mod tests {
// adjusted fee
let single_source_header_submit_tx_weight = single_source_header_submit_call_weight * 3 / 2;
let single_source_header_tx_cost = W::calc(&single_source_header_submit_tx_weight);
let maximal_expected_decrease =
single_source_header_tx_cost * B::from(expected_source_headers_per_day);

maximal_expected_decrease
single_source_header_tx_cost * B::from(expected_source_headers_per_day)
}

#[test]
Expand Down

0 comments on commit 4815824

Please sign in to comment.