style(nl): extra line removed

This commit is contained in:
Damian Mee 2014-08-20 22:44:39 +02:00
parent 609e414535
commit 359dfbf1a9

View file

@ -85,7 +85,6 @@ function loadPlugin(name, config) {
if (typeof plugin.config !== 'function') { if (typeof plugin.config !== 'function') {
logger.warn(new Error('\'' + name + '\' fails to implement *recommended* \'config\' method')); logger.warn(new Error('\'' + name + '\' fails to implement *recommended* \'config\' method'));
plugin.config = function() {}; plugin.config = function() {};
} else if (config !== null) } else if (config !== null)
plugin.config(config); // only when plugin supports it, and config is passed plugin.config(config); // only when plugin supports it, and config is passed