Restore code style
This commit is contained in:
@@ -70,8 +70,8 @@ public class TokenParser {
|
|||||||
let tag = token.components().first
|
let tag = token.components().first
|
||||||
|
|
||||||
if let parse_until = parse_until where parse_until(parser: self, token: token) {
|
if let parse_until = parse_until where parse_until(parser: self, token: token) {
|
||||||
prependToken(token)
|
prependToken(token)
|
||||||
return nodes
|
return nodes
|
||||||
}
|
}
|
||||||
|
|
||||||
if let tag = tag {
|
if let tag = tag {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ public class IncludeNode : NodeType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
guard let template = loader.loadTemplate(templateName) else {
|
guard let template = loader.loadTemplate(templateName) else {
|
||||||
let paths:String = loader.paths.map { $0.description }.joinWithSeparator(", ")
|
let paths = loader.paths.map { $0.description }.joinWithSeparator(", ")
|
||||||
throw TemplateSyntaxError("'\(templateName)' template not found in \(paths)")
|
throw TemplateSyntaxError("'\(templateName)' template not found in \(paths)")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user