make prettier

This commit is contained in:
AJ ONeal
2020-05-03 07:23:04 +00:00
parent 93c6d4289e
commit 13f137fe89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ function normalize(all) {
}
if (all.download) {
rel.download = all.download.replace(/{{ download }}/, rel.download);
rel.download = all.download.replace(/{{ download }}/, rel.download);
}
});
return all;
+1 -1
View File
@@ -52,7 +52,7 @@ function getAllReleases(request) {
version: version,
// all go versions >= 1.0.0 are effectively LTS
lts: (parts[0] > 0 && release.stable) || false,
channel: release.stable && 'stable' || 'beta',
channel: (release.stable && 'stable') || 'beta',
date: '1970-01-01', // the world may never know
os: os,
arch: arch,