From d56e777025f3bda29feaec22c125b0e7ab975e0c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:52:57 +0100 Subject: Format, make map equatable --- Sources/WmapParser/DataStructures/Group.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sources/WmapParser/DataStructures/Group.swift') 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] + } } -- cgit