diff options
Diffstat (limited to 'Sources/WmapParser/DataStructures/Inertia.swift')
| -rw-r--r-- | Sources/WmapParser/DataStructures/Inertia.swift | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Sources/WmapParser/DataStructures/Inertia.swift b/Sources/WmapParser/DataStructures/Inertia.swift index 146ad70..30cace2 100644 --- a/Sources/WmapParser/DataStructures/Inertia.swift +++ b/Sources/WmapParser/DataStructures/Inertia.swift @@ -1,6 +1,6 @@ extension WmapParser { - /// Inertia associated with a component. - public struct Inertia: Sendable, Equatable { - public let component: String - } + /// Inertia associated with a component. + public struct Inertia: Sendable, Equatable { + public let component: String + } } |