summaryrefslogtreecommitdiff
path: root/packages/telemetry/src
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <bluwy@users.noreply.github.com> 2024-03-13 05:53:52 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-03-13 05:53:52 +0000
commit1863727215e87e20c6f5aebe5f9ee0f2783bc788 (patch)
treecc82444b9f06c31305590fd4cc3e953536fceec8 /packages/telemetry/src
parentb3dbb49058c32b152a8d14c76ddf199802e5cada (diff)
downloadastro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.gz
astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.zst
astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.zip
[ci] format
Diffstat (limited to 'packages/telemetry/src')
-rw-r--r--packages/telemetry/src/system-info.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/telemetry/src/system-info.ts b/packages/telemetry/src/system-info.ts
index 1315c63c9..2913b6941 100644
--- a/packages/telemetry/src/system-info.ts
+++ b/packages/telemetry/src/system-info.ts
@@ -1,5 +1,5 @@
import os from 'node:os';
-import { isCI, name as ciName } from 'ci-info';
+import { name as ciName, isCI } from 'ci-info';
import isDocker from 'is-docker';
import isWSL from 'is-wsl';