Browse Source

removed whitespace

pull/680/head
Stephen Hess 8 years ago
parent
commit
5be06ac1fa
  1. 2
      middleware/geocodeJSON.js

2
middleware/geocodeJSON.js

@ -73,7 +73,7 @@ function convertToGeocodeJSON(req, res, next, opts) {
res.body.geocoding.timestamp = new Date().getTime();
// convert docs to geojson and merge with geocoding block
extend(res.body, geojsonify(req.clean, res.data || [] ));
extend(res.body, geojsonify(req.clean, res.data || []));
next();
}

Loading…
Cancel
Save