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
@ -111,7 +111,6 @@ class GoogleMapLocationAnalyzer(general.AndroidComponentAnalyzer):
|
||||
time = Long.valueOf(resultSet.getString("time")) / 1000
|
||||
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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user