Skip to content

Commit 88f5fb1

Browse files
authored
chore(build): run reformat MONGOSH-2122 (#2418)
Missed in 3531018
1 parent 49e14d6 commit 88f5fb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/build/src/homebrew/utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export async function npmPackageSha256(
66
httpGetFn: typeof httpGet = httpGet
77
): Promise<string> {
88
const json = await httpGetFn<{
9-
dist: {
10-
tarball: string;
11-
shasum: string;
12-
}
9+
dist: {
10+
tarball: string;
11+
shasum: string;
12+
};
1313
}>(packageUrl, 'json');
1414
const tarballUrl = json.dist.tarball;
1515
const shasum = json.dist.shasum;

0 commit comments

Comments
 (0)