mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
This commit is contained in:
@@ -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;
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user