Skip to content

Commit 439c245

Browse files
committed
fix lint issues
1 parent 4e1d6a1 commit 439c245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/polymer-dom-nopatch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
assert.equal(getComputedStyle(el.$.className)['padding-top'], '4px');
554554
assert.isTrue(el.$.className.classList.contains('style-scope'));
555555
document.body.removeChild(el);
556-
})
556+
});
557557

558558
});
559559
</script>

test/unit/polymer-dom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
assert.equal(getComputedStyle(el.$.className)['border-top-width'], '12px');
535535
assert.equal(getComputedStyle(el.$.className)['padding-top'], '4px');
536536
document.body.removeChild(el);
537-
})
537+
});
538538

539539
});
540540
</script>

0 commit comments

Comments
 (0)