From 4f2bf2156f3fa1508d61f0b3f4a6f25399d0bd4e Mon Sep 17 00:00:00 2001 From: matthewp Date: Fri, 22 Sep 2023 18:15:46 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/content/runtime.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/astro/src/content/runtime.ts b/packages/astro/src/content/runtime.ts index 2c5a120ca..96d6c1141 100644 --- a/packages/astro/src/content/runtime.ts +++ b/packages/astro/src/content/runtime.ts @@ -56,7 +56,9 @@ export function createGetCollection({ type = 'data'; } else { // eslint-disable-next-line no-console - console.warn(`The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.`); + console.warn( + `The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.` + ); return; } const lazyImports = Object.values(