Skip to content

Commit

Permalink
jsonrpc: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed May 22, 2024
1 parent 0d179b0 commit c2860d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub use server::{
channel::{ArcChannel, Channel, Subscription, SubscriptionID},
pubsub_service::{PubSubRPCMethod, PubSubRPCService},
service::{RPCMethod, RPCService},
Server, ServerBuilder
Server, ServerBuilder,
};

pub use karyon_jsonrpc_macro::{rpc_impl, rpc_pubsub_impl};
Expand Down

0 comments on commit c2860d3

Please sign in to comment.