From 59f6792b00c8af2c89bef6d0a9bd31208e466607 Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 13 Jul 2021 12:28:50 +0000 Subject: [ci] yarn format --- examples/framework-lit/src/components/Test.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'examples/framework-lit/src/components/Test.js') diff --git a/examples/framework-lit/src/components/Test.js b/examples/framework-lit/src/components/Test.js index 75d592871..182755c79 100644 --- a/examples/framework-lit/src/components/Test.js +++ b/examples/framework-lit/src/components/Test.js @@ -6,16 +6,14 @@ class CalcAdd extends LitElement { static get properties() { return { num: { - type: Number - } + type: Number, + }, }; } render() { - return html` -
Number: ${this.num}
- `; + return html`
Number: ${this.num}
`; } } -customElements.define(tagName, CalcAdd); \ No newline at end of file +customElements.define(tagName, CalcAdd); -- cgit v1.2.3