Skip to content

Commit

Permalink
fix: minor lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed committed Jul 4, 2023
1 parent 88a41de commit 941cc3f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/client/near.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ use near_jsonrpc_primitives::types::query::QueryResponseKind;
use near_primitives::views::FinalExecutionStatus;
use near_primitives::{
hash::CryptoHash,
transaction::{
Action, DeployContractAction,
Transaction,
},
transaction::{Action, DeployContractAction, Transaction},
types::AccountId,
views,
views::FinalExecutionOutcomeView,
Expand Down

0 comments on commit 941cc3f

Please sign in to comment.