Remove empty line

This commit is contained in:
Daniel García Aubert 2017-05-18 16:12:28 +02:00
parent 3ce38d7081
commit 3978d58d66

View File

@ -9,7 +9,6 @@ MapConfigBufferSizeAdapter.prototype.getMapConfig = function (user, requestMapCo
return callback(null, requestMapConfig);
}
this.formats.forEach(function (format) {
if (Number.isFinite(context.templateParams.buffersize[format])) {
if (requestMapConfig.buffersize === undefined) {