Skip to content

Commit 1a685fc

Browse files
committed
removing whitespace changes
1 parent 9fd56c1 commit 1a685fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAPIURLSession/URLSessionTransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ public struct URLSessionTransport: ClientTransport {
9999
}
100100

101101
var implementation: Implementation
102+
102103
init(session: URLSession = .shared, implementation: Implementation = .platformDefault) {
103104
self.session = session
104105
if case .streaming = implementation {
105106
precondition(Implementation.platformSupportsStreaming, "Streaming not supported on platform")
106107
}
107108
self.implementation = implementation
108109
}
109-
110110
}
111111

112112
/// A set of configuration values used by the transport.

0 commit comments

Comments
 (0)