Auto-fix lint errors

This commit is contained in:
J. Ryan Stinnett
2021-05-27 14:45:06 +01:00
parent 3efed87d38
commit 1455687384
10 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ if (require.main === module) {
main(process.argv.slice(2)).then((ret) => process.exit(ret));
}
module.exports = {versionFromAsar, setPackageVersion};
module.exports = { versionFromAsar, setPackageVersion };