fixed spacing issues (again)
This commit is contained in:
@@ -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])');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user