Skip to content

Commit 468f78c

Browse files
committed
Format ColorPicker.ts
1 parent c9112c3 commit 468f78c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ColorPicker.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ export class ColorPicker extends LitElement {
119119
}
120120
});
121121
return html` ${bootstrap}
122-
<slot class="d-flex flex-row flex-wrap main-container"
123-
@slotchange=${this.render}
124-
> </slot>`;
122+
<slot
123+
class="d-flex flex-row flex-wrap main-container"
124+
@slotchange=${this.render}
125+
>
126+
</slot>`;
125127
}
126128
}

0 commit comments

Comments
 (0)