Skip to content

Commit

Permalink
Enable any kind of value to be stored in a CLFormatConfig environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
objecthub committed May 20, 2023
1 parent 7cb2766 commit 67dd662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CLFormat/CLFormatConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public struct CLFormatConfig {
private var makeArguments: (Locale?, Int, Int, [Any?], Int?) -> Arguments
private var directiveParsers: [Character : DirectiveParser]
public var nilRepresentation: String
public var environment: [String : AnyClass]
public var environment: [String : Any]

public init(makeArguments: @escaping (Locale?, Int, Int, [Any?], Int?) -> Arguments =
Arguments.init,
Expand Down

0 comments on commit 67dd662

Please sign in to comment.