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
berendsliedrecht committed Jan 3, 2023
1 parent b5514fb commit 4c565f4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions anoncreds/tests/anoncreds_demos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ fn anoncreds_works_for_single_issuer_single_prover() {
let mut prover_wallet = ProverWallet::default();

// Issuer creates Schema - would be published to the ledger
let gvt_schema = issuer::create_schema(
GVT_SCHEMA_NAME,
"1.0",
GVT_SCHEMA_ATTRIBUTES[..].into(),
)
.expect("Error creating gvt schema for issuer");
let gvt_schema =
issuer::create_schema(GVT_SCHEMA_NAME, "1.0", GVT_SCHEMA_ATTRIBUTES[..].into())
.expect("Error creating gvt schema for issuer");

// Issuer creates Credential Definition
let cred_def_parts = issuer::create_credential_definition(
Expand Down

0 comments on commit 4c565f4

Please sign in to comment.