Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vvp committed Mar 25, 2024
1 parent b2ef895 commit 0ac0edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/router/messages/src/unconfirmed_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl<N: Network> FromBytes for UnconfirmedTransaction<N> {
pub mod prop_tests {
use crate::{Transaction, UnconfirmedTransaction};
use snarkvm::{
ledger::{narwhal::Data},
ledger::narwhal::Data,
prelude::{FromBytes, ToBytes},
};

Expand All @@ -70,7 +70,7 @@ pub mod prop_tests {
prelude::{any, BoxedStrategy, Strategy},
sample::Selector,
};

use test_strategy::proptest;

type CurrentNetwork = snarkvm::prelude::MainnetV0;
Expand Down

0 comments on commit 0ac0edd

Please sign in to comment.