Skip to content

Commit 2ee405d

Browse files
CalebCourierisaacs
CalebCourier
authored andcommitted
fix indentation in test
1 parent a4475de commit 2ee405d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/tap/audit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ test('exits with zero exit code for vulnerabilities in devDependencies when runn
337337
vulnerabilities: {}
338338
}
339339
})
340-
return common.npm([
340+
return common.npm([
341341
'audit',
342342
'--json',
343343
'--production',
@@ -442,7 +442,7 @@ test('exits with non-zero exit code for vulnerabilities in dependencies when run
442442
}
443443
}
444444
})
445-
return common.npm([
445+
return common.npm([
446446
'audit',
447447
'--json',
448448
'--production',

0 commit comments

Comments
 (0)