From 052361474611a2e56e963d7d606ef718e5d9e3b2 Mon Sep 17 00:00:00 2001 From: Bradley Farias Date: Tue, 17 Sep 2019 09:35:00 -0500 Subject: [PATCH] linter --- lib/internal/policy/manifest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {