Skip to content

Commit c9dca88

Browse files
committed
Linting
1 parent 95b3c46 commit c9dca88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tab-container-element.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const shadowHTML = html`
2929
export interface ElementRender {
3030
renderShadow(): string
3131
shadowRootOptions?: {
32-
shadowrootmode?: 'open' | 'closed'
33-
delegatesFocus?: boolean
32+
shadowrootmode?: 'open' | 'closed',
33+
delegatesFocus?: boolean,
3434
}
3535
}
3636

@@ -84,9 +84,9 @@ export class TabContainerElement extends HTMLElement {
8484
static renderShadow() {
8585
return shadowHTML
8686
}
87-
87+
8888
static shadowRootOptions = {
89-
shadowrootmode: 'open',
89+
shadowrootmode: 'open'
9090
}
9191

9292
// Passing `null` clears the policy.

0 commit comments

Comments
 (0)