mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +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;
|
||||
}
|
||||
|
||||
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))
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue