Skip to content

Commit 0523614

Browse files
linter
1 parent dca9029 commit 0523614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/policy/manifest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Manifest {
7676
#dependencies = new SafeMap();
7777
/**
7878
* (Error) => undefined
79-
*
79+
*
8080
* Performs default action for what happens when a manifest encounters
8181
* a violation such as abort()ing or exiting the process, throwing the error,
8282
* or logging the error.
@@ -87,7 +87,7 @@ class Manifest {
8787
* `obj` should match the policy file format described in the docs
8888
* it is expected to not have prototype pollution issues either by reassigning
8989
* the prototype to `null` for values or by running prior to any user code.
90-
*
90+
*
9191
* `manifestURL` is a URL to resolve relative locations against.
9292
*/
9393
constructor(obj, manifestURL) {

0 commit comments

Comments
 (0)