Simplify a new() expression

This commit is contained in:
Jordan Dominion
2023-12-27 22:08:43 -05:00
parent 2268d7a363
commit c9024ebcf1
@@ -1044,7 +1044,7 @@ The user account that created this pull request is available to correct any issu
finalResults.Remove(Component.Core);
finalResults.Add(Component.Core, new List<Changelist>
{
new Changelist
new()
{
Changes = new List<Change>(),
ComponentVersions = releasedComponentVersions,