mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-26 02:43:07 +00:00
Formatting fix.
This commit is contained in:
@@ -27,7 +27,9 @@ public class SharpCompressStream : Stream, IStreamStack
|
||||
{
|
||||
if (_bufferPosition < 0 || _bufferPosition > _bufferedLength)
|
||||
{
|
||||
throw new InvalidOperationException("Buffer state is inconsistent: _bufferPosition is out of range.");
|
||||
throw new InvalidOperationException(
|
||||
"Buffer state is inconsistent: _bufferPosition is out of range."
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user