Skip to content

Commit

Permalink
swiftfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Apr 14, 2024
1 parent 1b07fc6 commit decc81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apple/Sources/FerrostarCore/FerrostarCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ public protocol FerrostarCoreDelegate: AnyObject {
break
case let .offRoute(deviationFromRouteLine: deviationFromRouteLine):
guard !self.routeRequestInFlight,
self.lastAutomaticRecalculation?.timeIntervalSinceNow ?? -TimeInterval.greatestFiniteMagnitude < -self
self.lastAutomaticRecalculation?.timeIntervalSinceNow ?? -TimeInterval
.greatestFiniteMagnitude < -self
.minimumTimeBeforeRecalculaton
else {
break
Expand Down

0 comments on commit decc81a

Please sign in to comment.