Skip to content

Commit

Permalink
Revert new line in constructor for DI Class.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored and dlongley committed Sep 5, 2024
1 parent 9455745 commit 6eef4b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/DataIntegrityProof.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ export class DataIntegrityProof extends LinkedDataProof {
* @param {boolean} [options.legacyContext = false] - Toggles between
* the current DI context and a legacy DI context.
*/
constructor({
signer, date, cryptosuite,
legacyContext = false
} = {}) {
constructor({signer, date, cryptosuite, legacyContext = false} = {}) {
super({type: PROOF_TYPE});
const {
canonize, createVerifier, name, requiredAlgorithm,
Expand Down

0 comments on commit 6eef4b6

Please sign in to comment.