From 00838b9856346fa7606445b5ccaf8ff77d012ec8 Mon Sep 17 00:00:00 2001 From: ematipico Date: Mon, 20 Mar 2023 18:46:54 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/cli/check/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/cli/check/index.ts b/packages/astro/src/cli/check/index.ts index 10840aed10..2c7f9bb4db 100644 --- a/packages/astro/src/cli/check/index.ts +++ b/packages/astro/src/cli/check/index.ts @@ -91,7 +91,7 @@ export async function check( tables: { Flags: [ ['--watch', 'Watch Astro files for changes and re-run checks.'], - ['--help (-h)', 'See all available flags.'] + ['--help (-h)', 'See all available flags.'], ], }, description: `Runs diagnostics against your project and reports errors to the console.`,