fix lint issues

This commit is contained in:
George Adams 2020-05-26 15:37:44 +01:00
parent e5c6ca31f3
commit 079229f185
No known key found for this signature in database
GPG key ID: 7B8D7E4421A0916D
4 changed files with 12 additions and 2 deletions

View file

@ -20,4 +20,4 @@ export async function getJavaAdoptOpenJDK(
function normalize(version: string): string {
if (version == '1.8') return '8';
return version;
}
}