Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos V <[email protected]>
  • Loading branch information
carlosvdr committed Jul 25, 2024
1 parent bf4c776 commit cf90347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tap_core/src/manager/tap_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ where
.collect_receipts(timestamp_buffer_ns, min_timestamp_ns, receipts_limit)
.await?;

Ok(
invalid_receipts,
)
Ok(invalid_receipts)
}

fn generate_expected_rav(
Expand Down

0 comments on commit cf90347

Please sign in to comment.