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:
@@ -102,7 +102,7 @@ namespace ICD.Common.Utils
|
|||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (string line in progInfo.Split(new[] {"\n\r", "\r\n", "\n", "\r"}))
|
foreach (string line in progInfo.Split(new[] {'\r', '\n'}))
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(line))
|
if (string.IsNullOrEmpty(line))
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user