Skip to content

Commit 91420fd

Browse files
committed
fmt
1 parent 3567c45 commit 91420fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

crates/enclave/core/src/host.rs

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ use tendermint_rpc::{
1313
};
1414
use tonic::Status;
1515

16-
use crate::{chain_client::ChainClient, event::QuartzEvent, handler::Handler, store::Store, DefaultSharedEnclave, Enclave};
17-
use crate::chain_client::default::DefaultChainClient;
16+
use crate::{
17+
chain_client::{default::DefaultChainClient, ChainClient},
18+
event::QuartzEvent,
19+
handler::Handler,
20+
store::Store,
21+
DefaultSharedEnclave, Enclave,
22+
};
1823

1924
pub type Response<R, E> = <R as Handler<E>>::Response;
2025

0 commit comments

Comments
 (0)