summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sean Boult <florian-lefebvre@users.noreply.github.com> 2025-02-04 14:28:13 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-02-04 14:28:13 +0000
commitd1384b87e8e8eebe43058f2e29b16344637df7bf (patch)
tree888bf3b18eb1d5e4cd8fbbb53707a838a0f71766
parentac4358052af2c1817dec999598bc4e3d8fd0bdaf (diff)
downloadastro-d1384b87e8e8eebe43058f2e29b16344637df7bf.tar.gz
astro-d1384b87e8e8eebe43058f2e29b16344637df7bf.tar.zst
astro-d1384b87e8e8eebe43058f2e29b16344637df7bf.zip
[ci] format
-rw-r--r--packages/astro/src/cli/add/index.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts
index 41e681e61..d4a413c72 100644
--- a/packages/astro/src/cli/add/index.ts
+++ b/packages/astro/src/cli/add/index.ts
@@ -371,7 +371,12 @@ export async function add(names: string[], { flags }: AddOptions) {
title: 'src/layouts/Layout.astro',
},
);
- logger.warn('SKIP_FORMAT', msg.actionRequired('You must import your Tailwind stylesheet, e.g. in a shared layout:\n'));
+ logger.warn(
+ 'SKIP_FORMAT',
+ msg.actionRequired(
+ 'You must import your Tailwind stylesheet, e.g. in a shared layout:\n',
+ ),
+ );
logger.info('SKIP_FORMAT', code + '\n');
}
}