mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
get rid of extra blank line.
This commit is contained in:
parent
843f312c7c
commit
ebabdfd7a6
@ -112,7 +112,6 @@ class GoogleMapLocationAnalyzer(general.AndroidComponentAnalyzer):
|
|||||||
dest_title = resultSet.getString("dest_title")
|
dest_title = resultSet.getString("dest_title")
|
||||||
dest_address = resultSet.getString("dest_address")
|
dest_address = resultSet.getString("dest_address")
|
||||||
|
|
||||||
|
|
||||||
dest_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lat"))
|
dest_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lat"))
|
||||||
dest_lng = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lng"))
|
dest_lng = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("dest_lng"))
|
||||||
source_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("source_lat"))
|
source_lat = GoogleMapLocationAnalyzer.convertGeo(resultSet.getString("source_lat"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user