Skip to content

Commit

Permalink
lint: run format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Dec 18, 2024
1 parent d9e8d4a commit 78ba234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validations/src/validations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,8 @@ pub fn validate_block_transactions(
.saturating_add(dro.weight())
.saturating_add(dro.extra_weight());

if data_request_has_too_many_witnesses(&dro, stakes.validator_count(), Some(epoch)) {
if data_request_has_too_many_witnesses(&dro, stakes.validator_count(), Some(epoch))
{
too_many_witnesses_drs.insert(dr);
}
}
Expand Down

0 comments on commit 78ba234

Please sign in to comment.