Skip to content

Commit 3748683

Browse files
fix: fmt
1 parent 8a38ecd commit 3748683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- run: corepack enable yarn
5252

5353
- run: npm ci
54-
- run: node --run test
54+
- run: node --run test

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
fileExists,
77
getNewLineChars,
88
JsrPackage,
9-
timeAgo,
109
styleText,
10+
timeAgo,
1111
} from "./utils";
1212
import { Bun, getPkgManager, PkgManagerName, YarnBerry } from "./pkg_manager";
1313
import { downloadDeno, getDenoDownloadUrl } from "./download";

0 commit comments

Comments
 (0)