mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Address some nullability in tests
This commit is contained in:
@@ -56,7 +56,7 @@ namespace SabreTools.Filtering
|
||||
/// Populate the filters objects using a set of key:value filters
|
||||
/// </summary>
|
||||
/// <param name="filters">List of key:value where ~key/!key is negated</param>
|
||||
public void PopulateFiltersFromList(List<string> filters)
|
||||
public void PopulateFiltersFromList(List<string>? filters)
|
||||
{
|
||||
// Instantiate the filters, if necessary
|
||||
MachineFilter ??= new MachineFilter();
|
||||
|
||||
Reference in New Issue
Block a user