summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2022-08-23 18:09:01 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-23 18:09:01 +0000
commit1f702ce011951cb754bdb5d2948f671c18bc9327 (patch)
tree8c4da15a8b0041656e41d4bdbbd029ef8845e416
parentdf4e999284ae912b2a3f8a56573598a6ff21aa2a (diff)
downloadastro-1f702ce011951cb754bdb5d2948f671c18bc9327.tar.gz
astro-1f702ce011951cb754bdb5d2948f671c18bc9327.tar.zst
astro-1f702ce011951cb754bdb5d2948f671c18bc9327.zip
[ci] format
-rw-r--r--packages/astro/src/integrations/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/integrations/index.ts b/packages/astro/src/integrations/index.ts
index 0f6832bda..ba9cac2c8 100644
--- a/packages/astro/src/integrations/index.ts
+++ b/packages/astro/src/integrations/index.ts
@@ -1,6 +1,6 @@
+import { bold } from 'kleur/colors';
import type { AddressInfo } from 'net';
import type { ViteDevServer } from 'vite';
-import { bold } from 'kleur/colors';
import {
AstroConfig,
AstroRenderer,