Skip to content

Commit

Permalink
fix: fmt issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckshitij committed Jun 23, 2024
1 parent 409a2c1 commit 5a7fc6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions near-transactions/src/transaction_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
use near_crypto::{PublicKey, Signer};
use near_primitives::{
hash::CryptoHash,
transaction::{
Action,
SignedTransaction, Transaction,
},
transaction::{Action, SignedTransaction, Transaction},
types::{AccountId, Nonce},
};

Expand Down

0 comments on commit 5a7fc6f

Please sign in to comment.