aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/ParserContext/KeywordParserContext.swift
diff options
context:
space:
mode:
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]
+ }
}