mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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)
|
public static string ToReadableString(this TimeSpan extends)
|
||||||
{
|
{
|
||||||
if (extends == null)
|
|
||||||
throw new ArgumentNullException("extends");
|
|
||||||
|
|
||||||
StringBuilder builder = new StringBuilder();
|
StringBuilder builder = new StringBuilder();
|
||||||
|
|
||||||
if (extends.Days > 0)
|
if (extends.Days > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user