diff options
author | 2023-05-17 14:20:24 +0000 | |
---|---|---|
committer | 2023-05-17 14:20:24 +0000 | |
commit | 34202616c2ad0bd4b7a808217718ee74d1b20eae (patch) | |
tree | 993c67b731ea71d983be4ebe9b5644f35b86d3e8 /packages/integrations/preact/src/static-html.ts | |
parent | 3d525efc95cfb2deb5d9e04856d02965d66901c9 (diff) | |
download | astro-34202616c2ad0bd4b7a808217718ee74d1b20eae.tar.gz astro-34202616c2ad0bd4b7a808217718ee74d1b20eae.tar.zst astro-34202616c2ad0bd4b7a808217718ee74d1b20eae.zip |
[ci] format
Diffstat (limited to 'packages/integrations/preact/src/static-html.ts')
-rw-r--r-- | packages/integrations/preact/src/static-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/preact/src/static-html.ts b/packages/integrations/preact/src/static-html.ts index c1e44515f..f0fbd885c 100644 --- a/packages/integrations/preact/src/static-html.ts +++ b/packages/integrations/preact/src/static-html.ts @@ -4,7 +4,7 @@ type Props = { value: string; name?: string; hydrate?: boolean; -} +}; /** * Astro passes `children` as a string of HTML, so we need |