Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Oct 18, 2024
1 parent 5f65706 commit 3f9b79b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ pub mod data;

use self::data::{
AddBatchSizeRequest, DeletionRequest, InclusionProofRequest, InclusionProofResponse,
InsertCommitmentRequest, ListBatchSizesResponse, RemoveBatchSizeRequest,
ToResponseCode, VerifySemaphoreProofQuery, VerifySemaphoreProofRequest,
VerifySemaphoreProofResponse,
InsertCommitmentRequest, ListBatchSizesResponse, RemoveBatchSizeRequest, ToResponseCode,
VerifySemaphoreProofQuery, VerifySemaphoreProofRequest, VerifySemaphoreProofResponse,
};

async fn inclusion_proof(
Expand Down

0 comments on commit 3f9b79b

Please sign in to comment.