mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-25 06:17:29 +00:00
More analysis suggested tidy ups.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -8,8 +8,8 @@ namespace EightBit
|
||||
|
||||
public sealed class InputOutput
|
||||
{
|
||||
private byte[] input = new byte[0x100];
|
||||
private byte[] output = new byte[0x100];
|
||||
private readonly byte[] input = new byte[0x100];
|
||||
private readonly byte[] output = new byte[0x100];
|
||||
|
||||
public InputOutput()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user