Skip to content

Commit 828fdb1

Browse files
prettier
1 parent f0f7773 commit 828fdb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app-globals/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export const globalScripts = /* default */ () => {
22
/**/
33
};
44

5-
export const globalStyles = /* default */ '';
5+
export const globalStyles = /* default */ '';

src/utils/shadow-root.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export function createShadowRoot(this: HTMLElement, cmpMeta: d.ComponentRuntimeM
1515
const sheet = new CSSStyleSheet();
1616
sheet.replaceSync(globalStyles);
1717
shadowRoot.adoptedStyleSheets.push(sheet);
18-
}
18+
}

0 commit comments

Comments
 (0)