mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
cleanup
This commit is contained in:
@@ -23,7 +23,7 @@ public class Instruction
|
||||
/// <summary>
|
||||
/// Gets or sets the raw bytes of the instruction
|
||||
/// </summary>
|
||||
public byte[] RawBytes { get; set; } = Array.Empty<byte>();
|
||||
public byte[] RawBytes { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// Returns a string representation of the instruction
|
||||
|
||||
Reference in New Issue
Block a user