Skip to content

Commit 0ac0edd

Browse files
committed
chore: rustfmt
1 parent b2ef895 commit 0ac0edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/router/messages/src/unconfirmed_transaction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl<N: Network> FromBytes for UnconfirmedTransaction<N> {
6060
pub mod prop_tests {
6161
use crate::{Transaction, UnconfirmedTransaction};
6262
use snarkvm::{
63-
ledger::{narwhal::Data},
63+
ledger::narwhal::Data,
6464
prelude::{FromBytes, ToBytes},
6565
};
6666

@@ -70,7 +70,7 @@ pub mod prop_tests {
7070
prelude::{any, BoxedStrategy, Strategy},
7171
sample::Selector,
7272
};
73-
73+
7474
use test_strategy::proptest;
7575

7676
type CurrentNetwork = snarkvm::prelude::MainnetV0;

0 commit comments

Comments
 (0)