mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 10:15:04 +00:00
refactor: Removing redundant code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user