Skip to content

Commit 4361233

Browse files
committed
Swift format
Well thats unexpected reformat
1 parent c115501 commit 4361233

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apple/Sources/FerrostarCore/Extensions/CoreLocationExtensions.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ extension CLLocation {
3333
convenience init(userLocation: UserLocation) {
3434
let invalid: Double = -1.0
3535

36-
let courseDegrees = if let degrees = userLocation.courseOverGround?.degrees { CLLocationDirection(degrees)
36+
let courseDegrees = if let degrees = userLocation.courseOverGround?.degrees {
37+
CLLocationDirection(degrees)
3738
} else {
3839
invalid
3940
}
@@ -171,7 +172,8 @@ public extension UserLocation {
171172
var clLocation: CLLocation {
172173
let courseDegrees: CLLocationDirection = if let degrees = courseOverGround?
173174
.degrees
174-
{ CLLocationDirection(degrees)
175+
{
176+
CLLocationDirection(degrees)
175177
} else {
176178
-1
177179
}

0 commit comments

Comments
 (0)