Remove needless blank line
This commit is contained in:
parent
68c16c234d
commit
794ac3733c
@ -49,7 +49,6 @@ AboutGroup.prototype = {
|
|||||||
newChannel : function(aURI)
|
newChannel : function(aURI)
|
||||||
{
|
{
|
||||||
const version = Services.appinfo.platformVersion;
|
const version = Services.appinfo.platformVersion;
|
||||||
|
|
||||||
const comp = Services.vc.compare('48.*', version);
|
const comp = Services.vc.compare('48.*', version);
|
||||||
if (comp > 0) {
|
if (comp > 0) {
|
||||||
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
|
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
|
||||||
|
Loading…
Reference in New Issue
Block a user