Skip to content

Commit eb07770

Browse files
committed
[gardening]
1 parent c177ce9 commit eb07770

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/KeyValueEncoder.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,11 @@ struct AnyCodingKey: CodingKey {
716716

717717
extension KeyValueEncoder.EncodedValue {
718718

719-
static func makeValue(for value: Any, at codingPath: [any CodingKey], using strategy: KeyValueEncoder.EncodingStrategy) throws -> Self? {
719+
static func makeValue(
720+
for value: Any,
721+
at codingPath: [any CodingKey],
722+
using strategy: KeyValueEncoder.EncodingStrategy
723+
) throws -> Self? {
720724
do {
721725
return try makeValue(for: value, using: strategy)
722726
} catch {

0 commit comments

Comments
 (0)