Formatting fix.
This commit is contained in:
parent
5fe9516c09
commit
8575e5615d
1 changed files with 3 additions and 1 deletions
|
|
@ -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."
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue