diff options
Diffstat (limited to 'Sources/WmapParser/DataStructures/Note.swift')
| -rw-r--r-- | Sources/WmapParser/DataStructures/Note.swift | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Sources/WmapParser/DataStructures/Note.swift b/Sources/WmapParser/DataStructures/Note.swift index de87979..b6184a9 100644 --- a/Sources/WmapParser/DataStructures/Note.swift +++ b/Sources/WmapParser/DataStructures/Note.swift @@ -1,7 +1,7 @@ extension WmapParser { -/// A note. -public struct Note: Sendable, Equatable { - public let text: String - public let coordinates: MapPoint -} + /// A note. + public struct Note: Sendable, Equatable { + public let text: String + public let coordinates: MapPoint + } } |