Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanPyrohivskyi committed Nov 29, 2024
1 parent 13d3d16 commit 01b0d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/auto/TripUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ public static String defineStreetName(@NonNull OsmandApplication app, @Nullable

@NonNull
public static CurrentStreetName getStreetName(@NonNull OsmandApplication app, @NonNull NextDirectionInfo info, @NonNull RouteDirectionInfo routeInfo) {
return new CurrentStreetName(info, true);
return new CurrentStreetName(info, true);
}
}

0 comments on commit 01b0d91

Please sign in to comment.