Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Apr 2, 2024
1 parent ce98563 commit 16d3f18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,7 @@ export async function validateIntegrations(integrations: string[]): Promise<Inte
if (firstPartyPkgCheck.message) {
spinner.warn(yellow(firstPartyPkgCheck.message));
}
spinner.warn(
yellow(`${bold(integration)} is not an official Astro package.`)
);
spinner.warn(yellow(`${bold(integration)} is not an official Astro package.`));
const response = await prompts({
type: 'confirm',
name: 'askToContinue',
Expand Down

0 comments on commit 16d3f18

Please sign in to comment.