aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/ParserContext/LineParserContext.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/ParserContext/LineParserContext.swift')
-rw-r--r--Sources/WmapParser/ParserContext/LineParserContext.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/Sources/WmapParser/ParserContext/LineParserContext.swift b/Sources/WmapParser/ParserContext/LineParserContext.swift
index c823383..67b156c 100644
--- a/Sources/WmapParser/ParserContext/LineParserContext.swift
+++ b/Sources/WmapParser/ParserContext/LineParserContext.swift
@@ -1,7 +1,7 @@
extension WmapParser {
- struct LineParserContext {
- var components: [Component]
- var dependencies: [Dependency]
- var keywordContext: KeywordParserContext
- }
+ struct LineParserContext {
+ var components: [Component]
+ var dependencies: [Dependency]
+ var keywordContext: KeywordParserContext
+ }
}