summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-07-11 09:24:06 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-07-11 09:24:06 +0000
commit13b36d962a2a9b79f45cda32a945f8fd58e50e46 (patch)
treece4214602c79d3e06d432a13190897007e4183e9
parent03c28aa62902ede6257e8ffb6e3c8b9a28d8e312 (diff)
downloadastro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.tar.gz
astro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.tar.zst
astro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.zip
[ci] format
-rw-r--r--packages/astro/src/cli/info/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/cli/info/index.ts b/packages/astro/src/cli/info/index.ts
index ed2ffd289..a32553f72 100644
--- a/packages/astro/src/cli/info/index.ts
+++ b/packages/astro/src/cli/info/index.ts
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
-import { arch, platform } from 'node:os';
import * as colors from 'kleur/colors';
+import { arch, platform } from 'node:os';
import whichPm from 'which-pm';
import type yargs from 'yargs-parser';
import { openConfig } from '../../core/config/index.js';