Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed May 7, 2018
1 parent 1427e10 commit 47f2b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Include.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IncludeNode : NodeType {

let template = try context.environment.loadTemplate(name: templateName)

let subContext = includeContext.flatMap{ context[$0] as? [String: Any] }
let subContext = includeContext.flatMap { context[$0] as? [String: Any] }
return try context.push(dictionary: subContext) {
return try template.render(context)
}
Expand Down

0 comments on commit 47f2b33

Please sign in to comment.