mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2026-02-04 14:12:18 +08:00
format code
This commit is contained in:
@@ -5,7 +5,7 @@ namespace CompressSave.Wrapper;
|
||||
internal class PeekableReader(DecompressionStream input) : BinaryReader(input)
|
||||
{
|
||||
public override int PeekChar()
|
||||
{
|
||||
{
|
||||
return input.PeekByte();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user