diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 16:52:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 17:05:21 +0100 |
| commit | d56e777025f3bda29feaec22c125b0e7ab975e0c (patch) | |
| tree | 19295b051c9e32c17e32a4954fc0cdca3d4e0be5 /Sources/WmapParser/DataStructures/Inertia.swift | |
| parent | 0b90075f76b6f2df77c01c303322323b1395641a (diff) | |
Format, make map equatable
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 + } } |