From 982d28c6bcdf3d998fd827bec470be08b5edb0e5 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 18 Oct 2017 16:59:09 -0700 Subject: [PATCH] Lint fix. --- test/unit/shady-unscoped-style.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/shady-unscoped-style.html b/test/unit/shady-unscoped-style.html index 746c526d1c..e61847bbcd 100644 --- a/test/unit/shady-unscoped-style.html +++ b/test/unit/shady-unscoped-style.html @@ -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) { @@ -112,7 +112,7 @@ } assertComputed(el1.$.fromStyle, '0px', 'margin'); assertComputed(el2.$.fromStyle, '0px', 'margin'); - }) + }); });