mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Remove two places where DeepClone wasn't needed
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SabreTools.Metadata.DatItems.Test
|
||||
/// <inheritdoc/>
|
||||
public override object Clone() => new TestDatItem()
|
||||
{
|
||||
_internal = _internal.DeepClone() as TestDatItemModel ?? []
|
||||
_internal = GetInternalClone(),
|
||||
};
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user