Fix linting, removes additional semicolon
This commit is contained in:
parent
fa7526202b
commit
84a8c393a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
|||
}
|
||||
|
||||
AutoUpdater.prototype.GetFeedURL = function () {
|
||||
return this.updateURL;
|
||||
return this.updateURL
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {
|
||||
|
|
Loading…
Reference in a new issue