Make happy to jshint

This commit is contained in:
Daniel García Aubert
2017-09-06 15:56:52 +02:00
parent da1d0550f6
commit 3e55bd2abb

View File

@@ -731,4 +731,4 @@ module.exports = class Histogram extends BaseWidget {
var offsetInHours = Math.ceil(offset / 3600);
return '' + offsetInHours;
}
};
}