Formatting fix.

This commit is contained in:
Nanook
2025-07-20 19:18:31 +01:00
parent 5fe9516c09
commit 8575e5615d

View File

@@ -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."
);
}
}