Ver Fonte

Stylistic nit.

Bart De Smet há 7 anos atrás
pai
commit
c52d01bcc2

+ 2 - 0
Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ForEach.cs

@@ -3,6 +3,7 @@
 // See the LICENSE file in the project root for more information. 
 
 #if !HAS_AWAIT_FOREACH
+
 using System.Collections.Generic;
 using System.Threading;
 using System.Threading.Tasks;
@@ -189,4 +190,5 @@ namespace System.Linq
         }
     }
 }
+
 #endif