Skip to content

Commit

Permalink
Fix #20783
Browse files Browse the repository at this point in the history
  • Loading branch information
Chumva committed Nov 18, 2024
1 parent ef0c8be commit f7cd9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/utils/OsmAndFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class OsmAndFormatter {
public static final int SWISS_GRID_FORMAT = LocationConvert.SWISS_GRID_FORMAT;
public static final int SWISS_GRID_PLUS_FORMAT = LocationConvert.SWISS_GRID_PLUS_FORMAT;
private static final char DELIMITER_DEGREES = '°';
private static final char DELIMITER_MINUTES = '';
private static final char DELIMITER_MINUTES = '\'';
private static final char DELIMITER_SECONDS = '″';

private static final char NORTH = 'N';
Expand Down

0 comments on commit f7cd9ea

Please sign in to comment.