This commit is contained in:
Chris Cameron
2018-02-02 14:15:02 -05:00
parent b53482cd64
commit 38584ff565

View File

@@ -220,7 +220,7 @@ namespace ICD.Common.Utils.Extensions
if (extends == null)
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>