diff --git a/lib/internal/policy/manifest.js b/lib/internal/policy/manifest.js index c1fc9459267c4b..cee34c04bad0ce 100644 --- a/lib/internal/policy/manifest.js +++ b/lib/internal/policy/manifest.js @@ -76,7 +76,7 @@ class Manifest { #dependencies = new SafeMap(); /** * (Error) => undefined - * + * * Performs default action for what happens when a manifest encounters * a violation such as abort()ing or exiting the process, throwing the error, * or logging the error. @@ -87,7 +87,7 @@ class Manifest { * `obj` should match the policy file format described in the docs * it is expected to not have prototype pollution issues either by reassigning * the prototype to `null` for values or by running prior to any user code. - * + * * `manifestURL` is a URL to resolve relative locations against. */ constructor(obj, manifestURL) {