diff options
author | 2022-08-23 18:09:01 +0000 | |
---|---|---|
committer | 2022-08-23 18:09:01 +0000 | |
commit | 1f702ce011951cb754bdb5d2948f671c18bc9327 (patch) | |
tree | 8c4da15a8b0041656e41d4bdbbd029ef8845e416 | |
parent | df4e999284ae912b2a3f8a56573598a6ff21aa2a (diff) | |
download | astro-1f702ce011951cb754bdb5d2948f671c18bc9327.tar.gz astro-1f702ce011951cb754bdb5d2948f671c18bc9327.tar.zst astro-1f702ce011951cb754bdb5d2948f671c18bc9327.zip |
[ci] format
-rw-r--r-- | packages/astro/src/integrations/index.ts | 2 |
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, |