Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Oct 26, 2023
1 parent b87ca16 commit 6b2f33e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sdk/tests/client/node_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ mod mqtt;
use crypto::keys::bip44::Bip44;
use iota_sdk::{
client::{
api::GetAddressesOptions, constants::IOTA_COIN_TYPE,
node_api::indexer::query_parameters::BasicOutputQueryParameters, request_funds_from_faucet,
secret::{SecretManager, SignBlock}, Client,
api::GetAddressesOptions,
constants::IOTA_COIN_TYPE,
node_api::indexer::query_parameters::BasicOutputQueryParameters,
request_funds_from_faucet,
secret::{SecretManager, SignBlock},
Client,
},
types::block::{
payload::{signed_transaction::TransactionId, tagged_data::TaggedDataPayload, Payload},
Expand Down

0 comments on commit 6b2f33e

Please sign in to comment.