style(nl): extra line removed
This commit is contained in:
parent
609e414535
commit
359dfbf1a9
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue