Skip to content

Commit 69b4631

Browse files
committed
fmt
1 parent a44f79a commit 69b4631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ethereum-json-rpc-client/src/http_outcall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
use std::future::Future;
22
use std::pin::Pin;
33

4+
use crate::{Client, JsonRpcError, JsonRpcResult};
45
use did::rpc::request::RpcRequest;
56
use did::rpc::response::RpcResponse;
67
use ic_exports::ic_cdk::management_canister::{
78
self, HttpHeader, HttpMethod, HttpRequestArgs, TransformContext,
89
};
9-
use crate::{Client, JsonRpcError, JsonRpcResult};
1010

1111
/// EVM client that uses HTTPS Outcalls to communicate with EVM.
1212
///

0 commit comments

Comments
 (0)