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 ca31786 commit 7c4f26aCopy full SHA for 7c4f26a
Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift
@@ -166,7 +166,8 @@ extension ServerSentEventsDeserializationSequence.Iterator {
166
/// Creates a new state machine.
167
init(while predicate: @escaping (ArraySlice<UInt8>) -> Bool) {
168
self.state = .accumulatingEvent(.init(), buffer: [])
169
- self.predicate = predicate}
+ self.predicate = predicate
170
+ }
171
172
/// An action returned by the `next` method.
173
enum NextAction {
0 commit comments