Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tyshko-rostyslav committed Sep 4, 2023
1 parent 165f39f commit f680521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rln/tests/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ mod test {
rln_identifier,
user_message_limit,
Fr::from(1),
).unwrap();
)
.unwrap();

// We generate all relevant keys
let proving_key = zkey_from_folder(TEST_RESOURCES_FOLDER).unwrap();
Expand Down

0 comments on commit f680521

Please sign in to comment.