mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fix linting, removes additional semicolon
This commit is contained in:
committed by
Samuel Attard
parent
fa7526202b
commit
84a8c393a8
@@ -20,7 +20,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.GetFeedURL = function () {
|
||||
return this.updateURL;
|
||||
return this.updateURL
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {
|
||||
|
||||
Reference in New Issue
Block a user