From 1cab4054609ba33a491e13c0bef8cdad45401ac3 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Tue, 22 Mar 2022 21:28:14 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/render/result.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/core/render/result.ts b/packages/astro/src/core/render/result.ts index 02b442610..8b14c99bd 100644 --- a/packages/astro/src/core/render/result.ts +++ b/packages/astro/src/core/render/result.ts @@ -145,7 +145,7 @@ ${extra}` enumerable: false, writable: false, // also needs the same `astroConfig.markdownOptions.render` as `.md` pages - value: async function(content: string, opts: any) { + value: async function (content: string, opts: any) { let [mdRender, renderOpts] = markdownRender; let parser: MarkdownParser | null = null; //let renderOpts = {};