fixed spacing issues (again)

This commit is contained in:
Jakob Gerstmayer
2019-10-28 12:55:26 +01:00
parent bc34fe5b71
commit 6652192647
+1 -1
View File
@@ -30,7 +30,7 @@ class Bbox extends Filter {
/** /**
* @type {import("../../extent.js").Extent} * @type {import("../../extent.js").Extent}
*/ */
this.extent = extent; this.extent = extent;
if (extent.length !== 4) { if (extent.length !== 4) {
throw new Error('Expected an extent with four values ([minX, minY, maxX, maxY])'); throw new Error('Expected an extent with four values ([minX, minY, maxX, maxY])');
} }