mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03: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