mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 04:22:51 +01:00
Simplify a new() expression
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user