mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Nullify TestMergeResult
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
using LibGit2Sharp;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Components.Repository
|
||||
{
|
||||
/// <summary>
|
||||
@@ -19,6 +17,6 @@ namespace Tgstation.Server.Host.Components.Repository
|
||||
/// <summary>
|
||||
/// List of conflicting file paths relative to the repository root. Only present if <see cref="Status"/> is <see cref="MergeStatus.Conflicts"/>.
|
||||
/// </summary>
|
||||
public IReadOnlyList<string> ConflictingFiles { get; init; }
|
||||
public IReadOnlyList<string>? ConflictingFiles { get; init; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user