Skip to content

Commit 59b7b14

Browse files
chore: Run fmt on intents code
1 parent f91fa87 commit 59b7b14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bots/src/swap/intents.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ use std::{
77
use near_crypto::InMemorySigner;
88
use near_jsonrpc_client::JsonRpcClient;
99
use near_sdk::{
10-
AccountId,
1110
json_types::U128,
1211
near,
1312
serde_json::{self, Value},
13+
AccountId,
1414
};
1515

1616
use crate::{
17+
near::{get_access_key_data, RpcError, RpcResult},
1718
Network,
18-
near::{RpcError, RpcResult, get_access_key_data},
1919
};
2020

2121
use super::{QuoteOutput, Swap};

bots/src/swap/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use clap::ValueEnum;
2-
use near_sdk::{AccountId, json_types::U128};
2+
use near_sdk::{json_types::U128, AccountId};
33

44
use crate::near::RpcResult;
55

0 commit comments

Comments
 (0)