Skip to content

Commit 9cf9280

Browse files
Update Sources/OpenAPIRuntime/URICoder/Common/URIParsedTypes.swift
Co-authored-by: Si Beaumont <[email protected]>
1 parent 15d3124 commit 9cf9280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/OpenAPIRuntime/URICoder/Common/URIParsedTypes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ struct URIParsedKey: Hashable {
2626

2727
/// The individual string components.
2828
let components: [URIParsedKeyComponent]
29+
2930
/// Creates a new parsed key.
3031
/// - Parameter components: The key components.
3132
init(_ components: [URIParsedKeyComponent]) { self.components = components }

0 commit comments

Comments
 (0)