Remove needless blank line

This commit is contained in:
YUKI Hiroshi 2016-06-22 18:52:14 +09:00
parent 68c16c234d
commit 794ac3733c

View File

@ -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);