Fix indentation

This commit is contained in:
Javier Goizueta
2017-03-28 10:44:25 +02:00
parent 4b18e1f601
commit 6b86acfaa3

View File

@@ -145,7 +145,7 @@ RETURNS Geometry AS $$
geocoder = MapzenGeocoder(service_manager.config.mapzen_api_key, service_manager.logger, service_manager.config.service_params)
country_iso3 = None
if country:
country_iso3 = country_to_iso3(country)
country_iso3 = country_to_iso3(country)
coordinates = geocoder.geocode(searchtext=searchtext, city=city,
state_province=state_province,
country=country_iso3, search_type='address')