mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-28 08:48:03 +01:00
fix some nullability issues
This commit is contained in:
committed by
Patrik Svensson
parent
79742ce9e3
commit
e71db7f78c
@@ -96,11 +96,6 @@ namespace Spectre.Console
|
||||
throw new ArgumentNullException(nameof(style));
|
||||
}
|
||||
|
||||
if (source is null)
|
||||
{
|
||||
return style;
|
||||
}
|
||||
|
||||
var current = style;
|
||||
foreach (var item in source)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user