diff options
author | 2023-07-11 09:24:06 +0000 | |
---|---|---|
committer | 2023-07-11 09:24:06 +0000 | |
commit | 13b36d962a2a9b79f45cda32a945f8fd58e50e46 (patch) | |
tree | ce4214602c79d3e06d432a13190897007e4183e9 | |
parent | 03c28aa62902ede6257e8ffb6e3c8b9a28d8e312 (diff) | |
download | astro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.tar.gz astro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.tar.zst astro-13b36d962a2a9b79f45cda32a945f8fd58e50e46.zip |
[ci] format
-rw-r--r-- | packages/astro/src/cli/info/index.ts | 2 |
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'; |