aboutsummaryrefslogtreecommitdiff
path: root/packages/create-astro/src
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <bluwy@users.noreply.github.com> 2024-03-13 05:53:52 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-03-13 05:53:52 +0000
commit1863727215e87e20c6f5aebe5f9ee0f2783bc788 (patch)
treecc82444b9f06c31305590fd4cc3e953536fceec8 /packages/create-astro/src
parentb3dbb49058c32b152a8d14c76ddf199802e5cada (diff)
downloadastro-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.ts2
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';