[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-10-09 05:20:16 +00:00 committed by GitHub
parent 8876d4f857
commit 89d06fc99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(