From 60173d46488a8d2fa251ded8bba6afed02a5b0ce Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 21 May 2022 14:58:50 +1000 Subject: number steps --- lib/filterSource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/filterSource.js') diff --git a/lib/filterSource.js b/lib/filterSource.js index 1527045..7b92828 100644 --- a/lib/filterSource.js +++ b/lib/filterSource.js @@ -19,8 +19,8 @@ const buildingUnitTypeWhitelist = [ /** * Filters features based on the source schema - * - * @param {Object} feature + * + * @param {Object} feature * @returns {boolean} */ module.exports = (feature) => { -- cgit v1.2.3