mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
refactor: Removing redundant code
This commit is contained in:
parent
00db478ef6
commit
cc115bafad
1 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,6 @@ namespace ICD.Common.Utils.Extensions
|
|||
{
|
||||
public static string ToReadableString(this TimeSpan extends)
|
||||
{
|
||||
if (extends == null)
|
||||
throw new ArgumentNullException("extends");
|
||||
|
||||
StringBuilder builder = new StringBuilder();
|
||||
|
||||
if (extends.Days > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue