Skip to content

Commit f242e19

Browse files
committed
fix lint error
1 parent 3b76e86 commit f242e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/dir.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@
164164
<script>
165165
addEventListener('WebComponentsReady', () => {
166166
class XComplicated extends Polymer.DirMixin(Polymer.Element) {
167-
static get is() {return 'x-complicated'}
167+
static get is() {return 'x-complicated';}
168168
}
169169
customElements.define(XComplicated.is, XComplicated);
170-
})
170+
});
171171
</script>
172172
</dom-module>
173173

0 commit comments

Comments
 (0)