diff --git a/contribs/gmf/src/search/component.js b/contribs/gmf/src/search/component.js index 270ebb5552e5..21fa96a8904e 100644 --- a/contribs/gmf/src/search/component.js +++ b/contribs/gmf/src/search/component.js @@ -696,10 +696,10 @@ class SearchController { */ filterAction_(action) { return ( - /** - * @param {import("geojson").Feature} feature - * @return {boolean} - */ + /** + * @param {import("geojson").Feature} feature + * @return {boolean} + */ function(feature) { const properties = feature.properties || {}; if (properties.actions) {