Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jul 15, 2019
1 parent 6b234d2 commit 7e29776
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contribs/gmf/src/search/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7e29776

Please sign in to comment.