mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 19:55:02 +00:00
refactor: Tidying
This commit is contained in:
@@ -544,6 +544,7 @@ namespace ICD.Common.Utils
|
||||
{
|
||||
if (string.IsNullOrEmpty(text))
|
||||
return true;
|
||||
|
||||
string trimmed = text.Trim();
|
||||
return trimmed.Length == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user