summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/src/static-html.ts
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-05-17 14:20:24 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-05-17 14:20:24 +0000
commit34202616c2ad0bd4b7a808217718ee74d1b20eae (patch)
tree993c67b731ea71d983be4ebe9b5644f35b86d3e8 /packages/integrations/preact/src/static-html.ts
parent3d525efc95cfb2deb5d9e04856d02965d66901c9 (diff)
downloadastro-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.ts2
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