mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Convert the last ToArrays that can be converted
This commit is contained in:
@@ -64,8 +64,8 @@ namespace SabreTools.Serialization.CrossModel
|
||||
roms.Add(rom);
|
||||
}
|
||||
|
||||
machine.Disk = disks.ToArray();
|
||||
machine.Rom = roms.ToArray();
|
||||
machine.Disk = [.. disks];
|
||||
machine.Rom = [.. roms];
|
||||
}
|
||||
|
||||
return machine;
|
||||
|
||||
Reference in New Issue
Block a user