Skip to content

Commit

Permalink
[GH-1440] - Minor clean up - removed extra spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincethecoder committed Jul 31, 2018
1 parent 0926a42 commit d33a3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MapboxNavigation/RouteMapViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ extension RouteMapViewController: NavigationViewDelegate {
return NSAttributedString(attachment: attachment)
}


@objc func updateETA() {
guard isViewLoaded, routeController != nil else { return }
navigationView.bottomBannerView.updateETA(routeProgress: routeController.routeProgress)
Expand Down

0 comments on commit d33a3b9

Please sign in to comment.