Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Oct 18, 2017
1 parent d77e073 commit 982d28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/shady-unscoped-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
assertComputed(el1.$.fromStyle, '10px', 'padding');
assertComputed(el1.$.normal, '3px');
assertComputed(el2.$.normal, '3px');
})
});

test('unscoped styling de-duped in ShadyDOM', function() {
if (!window.ShadyDOM) {
Expand All @@ -112,7 +112,7 @@
}
assertComputed(el1.$.fromStyle, '0px', 'margin');
assertComputed(el2.$.fromStyle, '0px', 'margin');
})
});


});
Expand Down

0 comments on commit 982d28c

Please sign in to comment.