diff options
author | 2022-07-20 15:18:23 +0000 | |
---|---|---|
committer | 2022-07-20 15:18:23 +0000 | |
commit | d50f46bfab53a2485627330c78b82bb6e1dc57fa (patch) | |
tree | dac115cc3d4cfb533ac6109c8bce0d0d04753bc7 | |
parent | 9841c21e8ecc1ed2dbf46648355871800ac0b172 (diff) | |
download | astro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.tar.gz astro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.tar.zst astro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.zip |
[ci] format
-rw-r--r-- | packages/astro/src/cli/check/print.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/cli/check/print.ts b/packages/astro/src/cli/check/print.ts index 5c40f785e..aab16e0bd 100644 --- a/packages/astro/src/cli/check/print.ts +++ b/packages/astro/src/cli/check/print.ts @@ -11,8 +11,8 @@ import { white, yellow, } from 'kleur/colors'; -import { fileURLToPath } from 'url'; import stringWidth from 'string-width'; +import { fileURLToPath } from 'url'; export function printDiagnostic(filePath: string, text: string, diag: Diagnostic): string { let result = []; |