Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Aug 4, 2021
1 parent 6681388 commit 924edc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/internal/policy/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ class DependencyMapperInstance {
allowSameHREFScope = false
) {
this.href = parentHREF;
if (dependencies === kFallThrough || dependencies === undefined || dependencies === null) {
if (dependencies === kFallThrough ||
dependencies === undefined ||
dependencies === null) {
this.#dependencies = dependencies;
this.#patternDependencies = undefined;
} else {
Expand Down

0 comments on commit 924edc3

Please sign in to comment.