Fixes body expression style.
This commit is contained in:
parent
3f0a72a62f
commit
33f5e77a24
957 changed files with 7424 additions and 15973 deletions
|
|
@ -24,9 +24,7 @@ namespace Server {
|
|||
public sealed class BinaryMemoryWriter : BinaryFileWriter {
|
||||
private MemoryStream stream;
|
||||
|
||||
protected override int BufferSize {
|
||||
get { return 512; }
|
||||
}
|
||||
protected override int BufferSize => 512;
|
||||
|
||||
public BinaryMemoryWriter()
|
||||
: base( new MemoryStream( 512 ), true ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue