aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/ParserContext/KeywordParserContext.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 16:52:57 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 17:05:21 +0100
commitd56e777025f3bda29feaec22c125b0e7ab975e0c (patch)
tree19295b051c9e32c17e32a4954fc0cdca3d4e0be5 /Sources/WmapParser/ParserContext/KeywordParserContext.swift
parent0b90075f76b6f2df77c01c303322323b1395641a (diff)
Format, make map equatable
Diffstat (limited to 'Sources/WmapParser/ParserContext/KeywordParserContext.swift')
-rw-r--r--Sources/WmapParser/ParserContext/KeywordParserContext.swift14
1 files changed, 7 insertions, 7 deletions
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]
+ }
}