fmt
This commit is contained in:
parent
a669de24b7
commit
74e2dca207
1 changed files with 1 additions and 2 deletions
|
|
@ -191,8 +191,7 @@ public sealed class LZipStream : Stream, IStreamStack
|
|||
int offset,
|
||||
int count,
|
||||
CancellationToken cancellationToken = default
|
||||
) =>
|
||||
_stream.ReadAsync(buffer, offset, count, cancellationToken);
|
||||
) => _stream.ReadAsync(buffer, offset, count, cancellationToken);
|
||||
|
||||
public override async Task WriteAsync(
|
||||
byte[] buffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue