mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
fmt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user