瀏覽代碼

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