Clean up status related code a bit

This commit is contained in:
Patrik Svensson
2020-12-09 08:23:44 +01:00
committed by Patrik Svensson
parent 501db5d287
commit acf01e056f
12 changed files with 9 additions and 56 deletions
@@ -20,11 +20,7 @@ namespace Spectre.Console
throw new ArgumentNullException(nameof(column));
}
if (style != null)
{
column.Style = style;
}
column.Style = style;
return column;
}
}