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 --- .../WmapParser/ParserContext/KeywordParserContext.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Sources/WmapParser/ParserContext/KeywordParserContext.swift') diff --git a/Sources/WmapParser/ParserContext/KeywordParserContext.swift b/Sources/WmapParser/ParserContext/KeywordParserContext.swift index c3a77a7..bfafad2 100644 --- a/Sources/WmapParser/ParserContext/KeywordParserContext.swift +++ b/Sources/WmapParser/ParserContext/KeywordParserContext.swift @@ -1,9 +1,9 @@ extension WmapParser { - struct KeywordParserContext { - var stages: [Stage] - var notes: [Note] - var groups: [Group] - var inertias: [Inertia] - var evolutions: [Evolution] - } + struct KeywordParserContext { + var stages: [Stage] + var notes: [Note] + var groups: [Group] + var inertias: [Inertia] + var evolutions: [Evolution] + } } -- cgit