Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
UniQP committed Oct 25, 2018
1 parent 5a69b7b commit 88aacc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static boolean isValidMapFile(final String mapFileIn) {
try {
final MapFile mapFile = new MapFile(mapFileIn);
return mapFile.getMapFileInfo().fileVersion <= 3 || !Settings.useOldMapsforgeAPI();
} catch (MapFileException ex){
} catch (MapFileException ex) {
Log.w(String.format("Exception reading mapfile '%s'", mapFileIn), ex);
}
return false;
Expand Down

0 comments on commit 88aacc1

Please sign in to comment.