Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarias-godaddy committed Sep 17, 2019
1 parent dca9029 commit 0523614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/policy/manifest.js
Expand Up @@ -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.
Expand All @@ -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) {
Expand Down

0 comments on commit 0523614

Please sign in to comment.