mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
refactor: Removing redundant code
This commit is contained in:
parent
ba8c1d98a1
commit
5afc676fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue