Skip to content

Commit 78da857

Browse files
Update Sources/OpenAPIRuntime/URICoder/Decoding/URIValueFromNodeDecoder+Single.swift
Co-authored-by: Si Beaumont <[email protected]>
1 parent 9cf9280 commit 78da857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAPIRuntime/URICoder/Decoding/URIValueFromNodeDecoder+Single.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension URISingleValueDecodingContainer {
3636
guard let value = try value else {
3737
throw DecodingError.valueNotFound(
3838
T.self,
39-
DecodingError.Context.init(
39+
DecodingError.Context(
4040
codingPath: codingPath,
4141
debugDescription: "Value not found.",
4242
underlyingError: nil

0 commit comments

Comments
 (0)