aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/DataStructures/Group.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/DataStructures/Group.swift')
-rw-r--r--Sources/WmapParser/DataStructures/Group.swift8
1 files changed, 4 insertions, 4 deletions
diff --git a/Sources/WmapParser/DataStructures/Group.swift b/Sources/WmapParser/DataStructures/Group.swift
index 5dabc11..9a18d92 100644
--- a/Sources/WmapParser/DataStructures/Group.swift
+++ b/Sources/WmapParser/DataStructures/Group.swift
@@ -1,6 +1,6 @@
extension WmapParser {
- /// A group of components.
- public struct Group: Sendable, Equatable {
- public let components: [String]
- }
+ /// A group of components.
+ public struct Group: Sendable, Equatable {
+ public let components: [String]
+ }
}