Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaymak committed Sep 4, 2024
1 parent 060bc76 commit b05f8be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/bin/all_servers.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use clementine_core::{cli, extended_rpc::ExtendedRpc, musig2::AggregateFromPublicKeys, servers::create_verifiers_and_operators};
use clementine_core::{
cli, extended_rpc::ExtendedRpc, musig2::AggregateFromPublicKeys,
servers::create_verifiers_and_operators,
};

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit b05f8be

Please sign in to comment.