fix indentation

This commit is contained in:
Eneko Lakasta 2018-09-05 11:51:58 +02:00
parent d72a5075b9
commit c54c3754ef

View File

@ -108,7 +108,7 @@ module.exports = class NamedMapMapConfigProvider extends BaseMapConfigProvider {
this.mapConfig = (mapConfig === null) ? null : new MapConfig(mapConfig, context.datasource);
this.analysesResults = context.analysesResults || [];
return callback(null, this.mapConfig, this.rendererParams, this.context, stats);
return callback(null, this.mapConfig, this.rendererParams, this.context, stats);
});
});
});