summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <Princesseuh@users.noreply.github.com> 2022-07-20 15:18:23 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-20 15:18:23 +0000
commitd50f46bfab53a2485627330c78b82bb6e1dc57fa (patch)
treedac115cc3d4cfb533ac6109c8bce0d0d04753bc7
parent9841c21e8ecc1ed2dbf46648355871800ac0b172 (diff)
downloadastro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.tar.gz
astro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.tar.zst
astro-d50f46bfab53a2485627330c78b82bb6e1dc57fa.zip
[ci] format
-rw-r--r--packages/astro/src/cli/check/print.ts2
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 = [];