aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/DataStructures/Component.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/DataStructures/Component.swift')
-rw-r--r--Sources/WmapParser/DataStructures/Component.swift12
1 files changed, 6 insertions, 6 deletions
diff --git a/Sources/WmapParser/DataStructures/Component.swift b/Sources/WmapParser/DataStructures/Component.swift
index 5ef2716..48dac78 100644
--- a/Sources/WmapParser/DataStructures/Component.swift
+++ b/Sources/WmapParser/DataStructures/Component.swift
@@ -1,8 +1,8 @@
extension WmapParser {
- /// A component in the map.
- public struct Component: Sendable, Equatable {
- public let label: String
- public let coordinates: MapPoint
- public let shape: Shape
- }
+ /// A component in the map.
+ public struct Component: Sendable, Equatable {
+ public let label: String
+ public let coordinates: MapPoint
+ public let shape: Shape
+ }
}