Visual Studio Reformat: Emby.Server.Implementations Part Liv-P

This commit is contained in:
Erwin de Haan
2019-01-13 20:22:00 +01:00
parent 58b582bdcb
commit 39ef1106d7
31 changed files with 175 additions and 215 deletions

View File

@@ -1708,7 +1708,8 @@ namespace System.Net
IPNetwork[] nnin = Array.FindAll<IPNetwork>(ipnetworks, new Predicate<IPNetwork>(
delegate (IPNetwork ipnet) {
delegate (IPNetwork ipnet)
{
return ipnet != null;
}
));