Răsfoiți Sursa

Some code cosmetics.

Bart De Smet 8 ani în urmă
părinte
comite
2fdef91843

+ 1 - 2
Ix.NET/Source/System.Interactive/System/Linq/Operators/Max.cs

@@ -22,8 +22,7 @@ namespace System.Linq
             if (comparer == null)
                 throw new ArgumentNullException(nameof(comparer));
 
-            return MaxBy(source, x => x, comparer)
-                .First();
+            return MaxBy(source, x => x, comparer).First();
         }
 
         /// <summary>