Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored and astrobot-houston committed Feb 4, 2025
1 parent ac43580 commit d1384b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}
Expand Down

0 comments on commit d1384b8

Please sign in to comment.