Fix linting, removes additional semicolon

This commit is contained in:
Samuel Attard 2016-07-15 00:29:53 +12:00 committed by Samuel Attard
parent fa7526202b
commit 84a8c393a8

View file

@ -20,7 +20,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
}
AutoUpdater.prototype.GetFeedURL = function () {
return this.updateURL;
return this.updateURL
}
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {