Remove another implicit assignment

This commit is contained in:
Matt Nadareski
2022-05-01 14:04:21 -07:00
parent ef212fc8d9
commit 802734b515

View File

@@ -15,7 +15,7 @@ namespace BurnOutSharp
/// <summary>
/// Optional progress callback during scanning
/// </summary>
public IProgress<ProtectionProgress> FileProgress { get; set; } = null;
public IProgress<ProtectionProgress> FileProgress { get; set; }
/// <summary>
/// Determines if debug information is output or not