Skip to content

Commit

Permalink
Fix for old Swift compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex committed Mar 27, 2024
1 parent befcd2f commit 9bcf48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapboxCoreNavigation/RouteController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ extension RouteController: Router {
let response = indexedResponse.routeResponse
guard case let .route(routeOptions) = response.options else {
self.isRerouting = false
return announceReroutingError(with: ReroutingError.routeError)
return self.announceReroutingError(with: ReroutingError.routeError)
}
self.updateRoute(with: indexedResponse,
routeOptions: routeOptions,
Expand Down

0 comments on commit 9bcf48f

Please sign in to comment.