Fix linting, removes additional semicolon
authorSamuel Attard <samuel.r.attard@gmail.com>
Thu, 14 Jul 2016 12:29:53 +0000 (00:29 +1200)
committerSamuel Attard <samuel.attard@orionhealth.com>
Thu, 14 Jul 2016 12:29:53 +0000 (00:29 +1200)
lib/browser/api/auto-updater/auto-updater-win.js

index 6c8f5d2..fc9c4a6 100644 (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) {