get rid of extra blank line.

This commit is contained in:
Raman Arora 2020-04-01 14:16:12 -04:00
parent 843f312c7c
commit ebabdfd7a6

View File

@ -112,7 +112,6 @@ class GoogleMapLocationAnalyzer(general.AndroidComponentAnalyzer):
dest_title = resultSet.getString("dest_title")
dest_address = resultSet.getString("dest_address")
dest_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lat"))
dest_lng = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lng"))
source_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("source_lat"))