Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Sep 24, 2024
1 parent feb684f commit 8f93c1e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tests/account_katana.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
use std::{thread, time};

use beerus::{client::Http, gen::{
client::Client, Address, BlockId, BlockTag, BroadcastedDeclareTxn,
BroadcastedDeployAccountTxn, BroadcastedInvokeTxn, BroadcastedTxn,
DeployAccountTxn, DeployAccountTxnV1, DeployAccountTxnV1Type,
DeployAccountTxnV1Version, Felt, InvokeTxn, InvokeTxnV1, InvokeTxnV1Type,
InvokeTxnV1Version, Rpc, SimulationFlagForEstimateFee, TxnHash,
}};
use beerus::{
client::Http,
gen::{
client::Client, Address, BlockId, BlockTag, BroadcastedDeclareTxn,
BroadcastedDeployAccountTxn, BroadcastedInvokeTxn, BroadcastedTxn,
DeployAccountTxn, DeployAccountTxnV1, DeployAccountTxnV1Type,
DeployAccountTxnV1Version, Felt, InvokeTxn, InvokeTxnV1,
InvokeTxnV1Type, InvokeTxnV1Version, Rpc, SimulationFlagForEstimateFee,
TxnHash,
},
};
use common::katana::Katana;

mod common;
Expand Down

0 comments on commit 8f93c1e

Please sign in to comment.