Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshengheng committed Nov 30, 2023
1 parent 834fb5a commit 2cf7275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stream_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (stream *StreamReader[T]) processLines() (T, error) {
if unmarshalErr != nil {
return *new(T), unmarshalErr
}
totalBytes = []byte{}
return t, nil

}
Expand Down

0 comments on commit 2cf7275

Please sign in to comment.