Skip to content

Commit

Permalink
Applying fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Sep 27, 2024
1 parent e009a45 commit 156f834
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions types/src/transaction/transaction_v1/transaction_v1_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ pub mod error;

use core::marker::PhantomData;

use super::fields_container::FieldsContainerError;
use super::{
super::{InitiatorAddr, TransactionRuntime, TransactionScheduling, TransactionTarget},
arg_handling, InitiatorAddrAndSecretKey, PricingMode, TransactionV1,
arg_handling,
fields_container::FieldsContainerError,
InitiatorAddrAndSecretKey, PricingMode, TransactionV1,
};
use crate::transaction::FieldsContainer;
use crate::{
bytesrepr::Bytes, AddressableEntityHash, CLValue, CLValueError, EntityVersion, PackageHash,
PublicKey, RuntimeArgs, SecretKey, TimeDiff, Timestamp, TransactionEntryPoint,
TransactionInvocationTarget, TransferTarget, URef, U512,
bytesrepr::Bytes, transaction::FieldsContainer, AddressableEntityHash, CLValue, CLValueError,
EntityVersion, PackageHash, PublicKey, RuntimeArgs, SecretKey, TimeDiff, Timestamp,
TransactionEntryPoint, TransactionInvocationTarget, TransferTarget, URef, U512,
};
#[cfg(any(feature = "testing", test))]
use crate::{testing::TestRng, transaction::Approval, TransactionConfig, TransactionV1Hash};
Expand Down

0 comments on commit 156f834

Please sign in to comment.