Skip to content

Commit 2872560

Browse files
committed
clean formatting
1 parent 566b45f commit 2872560

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/iframe/iframe.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ const createIframe = (src: string): HTMLElement => {
66
iframe.style.setProperty("height", "100%");
77
iframe.style.setProperty("border", "none");
88
iframe.allow = "clipboard-write";
9-
iframe.allow = "local-network-access"
9+
iframe.allow = "local-network-access";
1010
iframe.src = src;
1111

12-
1312
return wrapWithLoader(iframe);
1413
};
1514

0 commit comments

Comments
 (0)