We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e580f commit c177ce9Copy full SHA for c177ce9
Sources/KeyValueEncoder.swift
@@ -46,7 +46,6 @@ public struct KeyValueEncoder: Sendable {
46
/// The strategy to use for encoding `nil`. Defaults to `Optional<Any>.none` which can be cast to any optional type.
47
public var nilEncodingStrategy: NilEncodingStrategy = .default
48
49
-
50
/// Initializes `self` with default strategies.
51
public init () {
52
self.userInfo = [:]
0 commit comments