Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Sep 26, 2024
1 parent c3716bc commit 41c74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch-rpc-api/src/api/rooch_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::jsonrpc_types::address::UnitedAddressView;
use crate::jsonrpc_types::event_view::{EventFilterView, IndexerEventIDView};
use crate::jsonrpc_types::repair_view::{RepairIndexerParamsView, RepairIndexerTypeView};
use crate::jsonrpc_types::transaction_view::{TransactionFilterView, TransactionWithInfoView};
use crate::jsonrpc_types::Status;
use crate::jsonrpc_types::{
AccessPathView, AnnotatedFunctionResultView, BalanceInfoPageView, BytesView, EventOptions,
EventPageView, ExecuteTransactionResponseView, FieldKeyView, FunctionCallView, H256View,
Expand All @@ -18,7 +19,6 @@ use crate::RpcResult;
use jsonrpsee::proc_macros::rpc;
use moveos_types::{access_path::AccessPath, state::FieldKey};
use rooch_open_rpc_macros::open_rpc;
use crate::jsonrpc_types::Status;

#[open_rpc(namespace = "rooch")]
#[rpc(server, client, namespace = "rooch")]
Expand Down

0 comments on commit 41c74ef

Please sign in to comment.