diff options
author | 2024-03-13 05:53:52 +0000 | |
---|---|---|
committer | 2024-03-13 05:53:52 +0000 | |
commit | 1863727215e87e20c6f5aebe5f9ee0f2783bc788 (patch) | |
tree | cc82444b9f06c31305590fd4cc3e953536fceec8 /packages/create-astro/src | |
parent | b3dbb49058c32b152a8d14c76ddf199802e5cada (diff) | |
download | astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.gz astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.zst astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.zip |
[ci] format
Diffstat (limited to 'packages/create-astro/src')
-rw-r--r-- | packages/create-astro/src/messages.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/messages.ts b/packages/create-astro/src/messages.ts index 0109835c6..eeeba5a50 100644 --- a/packages/create-astro/src/messages.ts +++ b/packages/create-astro/src/messages.ts @@ -1,6 +1,6 @@ import { exec } from 'node:child_process'; /* eslint no-console: 'off' */ -import { color, label, say as houston, spinner as load } from '@astrojs/cli-kit'; +import { color, say as houston, label, spinner as load } from '@astrojs/cli-kit'; import { align, sleep } from '@astrojs/cli-kit/utils'; import stripAnsi from 'strip-ansi'; import { shell } from './shell.js'; |