make style of amInstallTrigger.js more consistent

This commit is contained in:
yami 2018-10-04 22:19:55 +02:00 committed by Roy Tam
commit 4e13c1147b

View file

@ -203,7 +203,7 @@ InstallTrigger.prototype = {
return this.startSoftwareUpdate(url);
},
_resolveURL: function (url) {
_resolveURL: function(url) {
return Services.io.newURI(url, null, this._url);
},