mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 17:55:23 +00:00
refactor: Removing redundant code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user