chore: format code

This commit is contained in:
GitHub Action 2025-12-17 17:51:10 +00:00
parent 9c0e227dc4
commit 0d6bc0a0ad

View file

@ -37,7 +37,6 @@ function getDownloadPlatform(os: OS): DownloadPlatform {
}
}
function getDownloadHref(platform: DownloadPlatform) {
return `/download/${platform}`
}