Skip to content

Commit 16e695f

Browse files
committed
Fix lint warning.
1 parent 9a75976 commit 16e695f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/strict-template-policy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
assertThrows(function() {
196196
class HasNoTemplateThrows extends Polymer.Element {
197197
static get is() { return 'has-no-template-throws'; }
198-
};
198+
}
199199
customElements.define(HasNoTemplateThrows.is, HasNoTemplateThrows);
200200
var el = document.createElement('has-no-template-throws');
201201
document.getElementById('target').appendChild(el);

0 commit comments

Comments
 (0)