From 802734b515129a12d8302f534177dc7a651de2fb Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 1 May 2022 14:04:21 -0700 Subject: [PATCH] Remove another implicit assignment --- BurnOutSharp/Scanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurnOutSharp/Scanner.cs b/BurnOutSharp/Scanner.cs index dc4b5867..83fe74f4 100644 --- a/BurnOutSharp/Scanner.cs +++ b/BurnOutSharp/Scanner.cs @@ -15,7 +15,7 @@ namespace BurnOutSharp /// /// Optional progress callback during scanning /// - public IProgress FileProgress { get; set; } = null; + public IProgress FileProgress { get; set; } /// /// Determines if debug information is output or not