Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Mar 28, 2024
1 parent 5936c15 commit b161b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/components/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ impl Storage {
StorageRequest::GetBlockUtilizationScore {
era_id,
block_height,
switch_block_utilization: switch_block_utilization,
switch_block_utilization,
responder,
} => {
let utilization = self.get_block_utilization_score(
Expand Down

0 comments on commit b161b45

Please sign in to comment.