Skip to content

Commit 849e149

Browse files
committed
fixing jrpc_handle.rs cargo fmt
1 parent 2251d34 commit 849e149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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::Sender;
1312
use soketto::handshake::http::Server;
13+
use soketto::Sender;
1414
use std::str::FromStr;
1515
use tokio::{pin, select};
1616
use tokio_util::compat::TokioAsyncReadCompatExt;
@@ -325,4 +325,4 @@ pub mod tests {
325325
vec![symbol1.clone()]
326326
);
327327
}
328-
}
328+
}

0 commit comments

Comments
 (0)