mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
Tidying
This commit is contained in:
parent
b53482cd64
commit
38584ff565
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ namespace ICD.Common.Utils.Extensions
|
||||||
if (extends == null)
|
if (extends == null)
|
||||||
throw new ArgumentNullException("extends");
|
throw new ArgumentNullException("extends");
|
||||||
|
|
||||||
return new string(extends.Where(c => !Char.IsWhiteSpace(c)).ToArray());
|
return new string(extends.Where(c => !char.IsWhiteSpace(c)).ToArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue