Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Nov 12, 2024
1 parent 81ab215 commit b68392c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/onchain-credential-adapter/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum AdapterVersion {
'v0.0.1' = '0.0.1'
}

/**
/**
* Represents an adapter for interacting with on-chain credentials.
*
* @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class OnchainNonMerklizedIssuerAdapter {
private readonly _issuerDid: DID;

private readonly _merklizationOptions?: Options;

/**
* Initializes an instance of `OnchainNonMerklizedIssuerAdapter`.
*
Expand All @@ -69,7 +69,7 @@ export class OnchainNonMerklizedIssuerAdapter {
this._merklizationOptions = merklizationOptions;
}

/**
/**
* Checks if the contract supports required interfaces.
* Throws an error if any required interface is unsupported.
*
Expand Down

0 comments on commit b68392c

Please sign in to comment.