Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jul 29, 2017
1 parent b8e1924 commit a133386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Context.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public enum StencilContext {
/// - Throws: `Parameters.Error`
public static func enrich(context: [String: Any],
parameters: [String],
environment: [String: String] = ProcessInfo.processInfo.environment) throws -> [String: Any] {
environment: [String: String] =
ProcessInfo.processInfo.environment) throws -> [String: Any] {
var context = context

context[environmentKey] = merge(context[environmentKey], with: environment)
Expand Down

0 comments on commit a133386

Please sign in to comment.