fix merge
This commit is contained in:
parent
5f704e6825
commit
9d3cc9647b
|
@ -167,9 +167,6 @@ method pushTo*(s: BufferStream, data: seq[byte]) {.base, async.} =
|
||||||
## is preserved.
|
## is preserved.
|
||||||
##
|
##
|
||||||
|
|
||||||
if s.atEof:
|
|
||||||
raise newLPStreamEOFError()
|
|
||||||
|
|
||||||
if s.atEof:
|
if s.atEof:
|
||||||
raise newLPStreamEOFError()
|
raise newLPStreamEOFError()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue