Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rchatham committed Dec 27, 2023
1 parent f17565e commit 21e3e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/OpenAI/Private/StreamingSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extension StreamingSession {
onProcessingError?(self, StreamingError.unknownContent)
return
}

let decoder = JSONDecoder()
do {
let object = try decoder.decode(ResultType.self, from: jsonData)
Expand Down

0 comments on commit 21e3e58

Please sign in to comment.