From 6eef4b6fc875e7274d34b90fbaae42c1e98242f3 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 5 Sep 2024 12:12:49 -0400 Subject: [PATCH] Revert new line in constructor for DI Class. --- lib/DataIntegrityProof.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/DataIntegrityProof.js b/lib/DataIntegrityProof.js index cccfb9b..64389d6 100644 --- a/lib/DataIntegrityProof.js +++ b/lib/DataIntegrityProof.js @@ -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,