Skip to content

Commit 7244c28

Browse files
PatStLouisTallTed
authored andcommitted
Apply text suggestion
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent f79c096 commit 7244c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ export function setupRow() {
282282
}
283283

284284
export function getProofs(issuedVc) {
285-
// if the implementation failed to issue a VC or to sign the VC, return
286-
// an empty array
285+
// if the implementation failed to issue a VC or to sign the VC,
286+
// return an empty array
287287
if(!issuedVc?.proof) {
288288
return [];
289289
}

0 commit comments

Comments
 (0)