mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Enable nullability everywhere
This commit is contained in:
@@ -118,7 +118,7 @@ namespace SabreTools.DatTools
|
||||
|
||||
var statsList = new List<DatStatistics>
|
||||
{
|
||||
new DatStatistics
|
||||
new()
|
||||
{
|
||||
Statistics = datFile.Items,
|
||||
DisplayName = datFile.Header.FileName,
|
||||
@@ -127,7 +127,7 @@ namespace SabreTools.DatTools
|
||||
},
|
||||
};
|
||||
var consoleOutput = BaseReport.Create(StatReportFormat.None, statsList);
|
||||
consoleOutput.WriteToFile(null, true, true);
|
||||
consoleOutput!.WriteToFile(null, true, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user