From 75ffab7009ae4a5a8cc310795436ae291e554373 Mon Sep 17 00:00:00 2001 From: tony-sull Date: Thu, 30 Jun 2022 14:18:38 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/cli/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts index a54ae1b720..f379d8bc93 100644 --- a/packages/astro/src/cli/index.ts +++ b/packages/astro/src/cli/index.ts @@ -81,8 +81,8 @@ function resolveCommand(flags: Arguments): CLICommand { return 'help'; } -/** - * Run the given command with the given flags. +/** + * Run the given command with the given flags. * NOTE: This function provides no error handling, so be sure * to present user-friendly error output where the fn is called. **/