Skip to content

Commit

Permalink
ran formatter
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
blu3beri committed Jan 13, 2023
1 parent 10747ac commit d89a48c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions anoncreds/tests/anoncreds_demos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
};

use anoncreds::{
data_types::anoncreds::{
data_types::anoncreds::{
cred_def::{CredentialDefinition, CredentialDefinitionId},
presentation::Presentation,
rev_reg::RevocationRegistryId,
Expand Down Expand Up @@ -483,8 +483,13 @@ fn anoncreds_with_revocation_works_for_single_issuer_single_prover() {

let ursa_rev_reg = revoked_rev_reg.clone().value;

let revocation_list =
RevocationStatusList::new(Some(REV_REG_ID), list, Some(ursa_rev_reg), Some(prover_timestamp)).unwrap();
let revocation_list = RevocationStatusList::new(
Some(REV_REG_ID),
list,
Some(ursa_rev_reg),
Some(prover_timestamp),
)
.unwrap();
let new_rev_state = prover::create_or_update_revocation_state(
tr,
&rev_reg_def_pub,
Expand Down

0 comments on commit d89a48c

Please sign in to comment.