فهرست منبع

Stylistic nit.

Bart De Smet 7 سال پیش
والد
کامیت
c52d01bcc2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ForEach.cs

+ 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