[autofix.ci] apply automated fixes
This commit is contained in:
parent
8876d4f857
commit
89d06fc99d
@ -154,7 +154,9 @@ function isVersionMatch(
|
||||
|
||||
const normalizeVersion = (v: string) => v.replace(/^v/i, "");
|
||||
|
||||
return normalizeVersion(existingVersion) === normalizeVersion(requestedVersion);
|
||||
return (
|
||||
normalizeVersion(existingVersion) === normalizeVersion(requestedVersion)
|
||||
);
|
||||
}
|
||||
|
||||
async function downloadBun(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user