Skip to content

Commit 28d4a4a

Browse files
committed
fixing import order jrpc_handle.rs
1 parent 849e149 commit 28d4a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pyth-lazer-agent/src/jrpc_handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use pyth_lazer_protocol::jrpc::{
99
GetMetadataParams, JrpcCall, JrpcError, JrpcErrorResponse, JrpcResponse, JrpcSuccessResponse,
1010
JsonRpcVersion, PythLazerAgentJrpcV1, SymbolMetadata,
1111
};
12-
use soketto::handshake::http::Server;
1312
use soketto::Sender;
13+
use soketto::handshake::http::Server;
1414
use std::str::FromStr;
1515
use tokio::{pin, select};
1616
use tokio_util::compat::TokioAsyncReadCompatExt;

0 commit comments

Comments
 (0)