Skip to content

Commit d1384b8

Browse files
florian-lefebvreastrobot-houston
authored andcommitted
[ci] format
1 parent ac43580 commit d1384b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/astro/src/cli/add/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,12 @@ export async function add(names: string[], { flags }: AddOptions) {
371371
title: 'src/layouts/Layout.astro',
372372
},
373373
);
374-
logger.warn('SKIP_FORMAT', msg.actionRequired('You must import your Tailwind stylesheet, e.g. in a shared layout:\n'));
374+
logger.warn(
375+
'SKIP_FORMAT',
376+
msg.actionRequired(
377+
'You must import your Tailwind stylesheet, e.g. in a shared layout:\n',
378+
),
379+
);
375380
logger.info('SKIP_FORMAT', code + '\n');
376381
}
377382
}

0 commit comments

Comments
 (0)