Skip to content

Commit cfb5dcb

Browse files
committed
style: cargo fmt
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent fe87ba2 commit cfb5dcb

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

tap_core/src/error.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pub enum Error {
5959
)]
6060
ReceiptTimestampLowerThanRav { rav_ts: u64, receipt_ts: u64 },
6161

62-
6362
/// Error when the min timestamp is greater than the max timestamp
6463
/// Used by [`crate::manager::Manager::create_rav_request()`]
6564
#[error("Timestamp range error: min_timestamp_ns: {min_timestamp_ns}, max_timestamp_ns: {max_timestamp_ns}. Adjust timestamp buffer.")]
@@ -72,7 +71,6 @@ pub enum Error {
7271
#[error("Receipt error: {0}")]
7372
ReceiptError(#[from] ReceiptError),
7473

75-
7674
/// Error when the recovered signer address is invalid
7775
/// Used by [`crate::manager::adapters::EscrowHandler`]
7876
#[error("Recovered sender address invalid {address}")]

tap_core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2023-, Semiotic AI, Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
54
//! # Timeline Aggregation Protocol
65
//!
76
//! ## Overview

tap_core/src/manager/tap_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use super::adapters::{EscrowHandler, RAVRead, RAVStore, ReceiptDelete, ReceiptRe
77
use crate::{
88
rav::{RAVRequest, ReceiptAggregateVoucher, SignedRAV},
99
receipt::{
10-
checks::{TimestampCheck, CheckBatch, CheckList, UniqueCheck},
10+
checks::{CheckBatch, CheckList, TimestampCheck, UniqueCheck},
1111
state::{Failed, Reserved},
1212
ReceiptWithState, SignedReceipt,
1313
},

0 commit comments

Comments
 (0)