Skip to content

Commit 21e3e58

Browse files
committed
remove whitespace
1 parent f17565e commit 21e3e58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/OpenAI/Private/StreamingSession.swift

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extension StreamingSession {
7575
onProcessingError?(self, StreamingError.unknownContent)
7676
return
7777
}
78-
7978
let decoder = JSONDecoder()
8079
do {
8180
let object = try decoder.decode(ResultType.self, from: jsonData)

0 commit comments

Comments
 (0)