lint: formatting

This commit is contained in:
Tyler Wilding 2023-07-31 02:19:46 -04:00
parent 641d9622d4
commit b5b5f40c4c
No known key found for this signature in database
GPG key ID: C500E15300515B67
2 changed files with 2 additions and 6 deletions

View file

@ -204,9 +204,7 @@ const releaseMeta = {
},
"darwin-x86_64": {
signature: macosSignature,
url: `https://github.com/open-goal/launcher/releases/download/${
launcherRelease.tag_name
}/OpenGOAL-Launcher_x64.app.tar.gz`,
url: `https://github.com/open-goal/launcher/releases/download/${launcherRelease.tag_name}/OpenGOAL-Launcher_x64.app.tar.gz`,
},
},
};

View file

@ -72,9 +72,7 @@ for (const expectedAssetRegex of expectedAssetNameRegexes) {
}
}
if (!assetMatchFound) {
console.log(
`No assets matched ${expectedAssetRegex}`,
);
console.log(`No assets matched ${expectedAssetRegex}`);
missingAsset = true;
}
}