diff --git a/examples/starter/src/components/Tour.astro b/examples/starter/src/components/Tour.astro
index 71dbb74f2..bf4721f04 100644
--- a/examples/starter/src/components/Tour.astro
+++ b/examples/starter/src/components/Tour.astro
@@ -38,7 +38,7 @@ import { Markdown } from 'astro/components';
👀 Want to learn more?
Feel free to check our documentation or jump into our Discord server.
-
+
-
diff --git a/packages/astro/test/fixtures/astro-doctype/src/components/Meta.astro b/packages/astro/test/fixtures/astro-doctype/src/components/Meta.astro
index 903b1bd79..3312c2bbd 100644
--- a/packages/astro/test/fixtures/astro-doctype/src/components/Meta.astro
+++ b/packages/astro/test/fixtures/astro-doctype/src/components/Meta.astro
@@ -2,4 +2,4 @@
import SubMeta from './SubMeta.astro';
---
-
\ No newline at end of file
+
diff --git a/packages/astro/test/fixtures/astro-doctype/src/components/SubMeta.astro b/packages/astro/test/fixtures/astro-doctype/src/components/SubMeta.astro
index 87309290c..13fe15590 100644
--- a/packages/astro/test/fixtures/astro-doctype/src/components/SubMeta.astro
+++ b/packages/astro/test/fixtures/astro-doctype/src/components/SubMeta.astro
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/packages/astro/test/fixtures/astro-doctype/src/layouts/WithDoctype.astro b/packages/astro/test/fixtures/astro-doctype/src/layouts/WithDoctype.astro
index b3326734e..b3ad03aa0 100644
--- a/packages/astro/test/fixtures/astro-doctype/src/layouts/WithDoctype.astro
+++ b/packages/astro/test/fixtures/astro-doctype/src/layouts/WithDoctype.astro
@@ -11,4 +11,4 @@ import Meta from '../components/Meta.astro';
-