Skip to content

Commit

Permalink
Update LocationProtocol.swift (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hungri-yeti authored Apr 18, 2023
1 parent af40f8c commit 7c016b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CoreLocation

extension CLLocation: LocationProtocol, @unchecked Sendable {
public var latitude: Double { coordinate.latitude }
public var longitude: Double { coordinate.latitude }
public var longitude: Double { coordinate.longitude }
}
#endif

Expand Down

0 comments on commit 7c016b2

Please sign in to comment.