summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-10-03 21:04:04 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-10-03 21:04:04 +0000
commitadff3c45f25a4d28b27aca10b657b98901b33eb7 (patch)
tree9c23ea28d9bae856a807e721796b1dc4535e1e6e
parentc6ab0206cb68ee400203ce6126e429ac1efb67e3 (diff)
downloadastro-adff3c45f25a4d28b27aca10b657b98901b33eb7.tar.gz
astro-adff3c45f25a4d28b27aca10b657b98901b33eb7.tar.zst
astro-adff3c45f25a4d28b27aca10b657b98901b33eb7.zip
[ci] format
-rw-r--r--packages/astro/test/benchmark/simple/src/pages/index.astro3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/astro/test/benchmark/simple/src/pages/index.astro b/packages/astro/test/benchmark/simple/src/pages/index.astro
index 7e93d37a0..80f7e2eaa 100644
--- a/packages/astro/test/benchmark/simple/src/pages/index.astro
+++ b/packages/astro/test/benchmark/simple/src/pages/index.astro
@@ -1,5 +1,6 @@
---
- const content = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.";
+const content =
+ "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.";
---
<html lang="en">