diff options
Diffstat (limited to 'Sources/WmapParser/DataStructures/MapPoint.swift')
| -rw-r--r-- | Sources/WmapParser/DataStructures/MapPoint.swift | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Sources/WmapParser/DataStructures/MapPoint.swift b/Sources/WmapParser/DataStructures/MapPoint.swift index c0eb971..7fedc00 100644 --- a/Sources/WmapParser/DataStructures/MapPoint.swift +++ b/Sources/WmapParser/DataStructures/MapPoint.swift @@ -1,7 +1,7 @@ extension WmapParser { - /// A point in the map - public struct MapPoint: Sendable, Equatable { - let xCoordinate: Double - let yCoordinate: Double - } + /// A point in the map + public struct MapPoint: Sendable, Equatable { + let xCoordinate: Double + let yCoordinate: Double + } } |