Browse Source

Stylistic nit.

Bart De Smet 7 years ago
parent
commit
c52d01bcc2
1 changed files with 2 additions and 0 deletions
  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