fixed spacing issues

This commit is contained in:
Jakob Gerstmayer
2019-10-25 12:06:15 +02:00
parent e0329febc4
commit 37cbb8e43e
+5 -5
View File
@@ -30,11 +30,11 @@ class Bbox extends Filter {
/** /**
* @type {import("../../extent.js").Extent} * @type {import("../../extent.js").Extent}
*/ */
if(extent.length === 4) { if (extent.length === 4) {
this.extent = extent; this.extent = extent;
} else { } else {
throw new Error('Error: Extent should look like this: [minx, miny, maxx, maxy]'); throw new Error('Error: Extent should look like this: [minx, miny, maxx, maxy]');
} }
/** /**
* @type {string|undefined} * @type {string|undefined}