summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-07-19 07:55:56 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-19 07:55:56 +0000
commit659b2b034cb2f0c3dc72ed957d41a123cf0f43db (patch)
treeff4f8d8c0b75952217414e986b7f0feb9e3b1fe2
parentd78db48ac48bec6bd550b937a896cbcc747625f1 (diff)
downloadastro-659b2b034cb2f0c3dc72ed957d41a123cf0f43db.tar.gz
astro-659b2b034cb2f0c3dc72ed957d41a123cf0f43db.tar.zst
astro-659b2b034cb2f0c3dc72ed957d41a123cf0f43db.zip
[ci] format
-rw-r--r--packages/astro/src/core/config/schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/config/schema.ts b/packages/astro/src/core/config/schema.ts
index 9463469d1..3065a1c54 100644
--- a/packages/astro/src/core/config/schema.ts
+++ b/packages/astro/src/core/config/schema.ts
@@ -385,4 +385,4 @@ function resolveDirAsUrl(dir: string, root: string) {
resolvedDir += path.sep;
}
return pathToFileURL(resolvedDir);
-} \ No newline at end of file
+}