Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Apr 16, 2023
1 parent 5d56e97 commit df43709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpc-recovery/src/sign_node/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::msg::{SigShareRequest, SigShareResponse};
use crate::oauth::{OAuthTokenVerifier, UniversalTokenVerifier};
use crate::NodeId;
use axum::{http::StatusCode, routing::post, Json, Router, Extension};
use axum::{http::StatusCode, routing::post, Extension, Json, Router};
use std::net::SocketAddr;
use threshold_crypto::{PublicKeySet, SecretKeyShare};

Expand Down

0 comments on commit df43709

Please sign in to comment.