Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jun 7, 2024
1 parent 5986102 commit 57609a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/reward_shares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ impl CoveragePoints {
hotspot_points.radio_points.into_iter(),
)
})
.filter(|(poc_reward, _mobile_reward)| *poc_reward > 0)
.filter(|(poc_reward, _mobile_reward)| *poc_reward > 0),
)
} else {
None
Expand Down

0 comments on commit 57609a1

Please sign in to comment.