Skip to content

Commit c97d5cc

Browse files
Reorder using directives in IAsyncEnumerableExtensions
Rearranged the order of using statements for clarity; no functional changes.
1 parent dedcc67 commit c97d5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wolfgang.Extensions.IAsyncEnumerable/IAsyncEnumerableExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Threading;
43
using System.Runtime.CompilerServices;
4+
using System.Threading;
55

66
[assembly: InternalsVisibleTo("Wolfgang.Extensions.IAsyncEnumerable.Benchmarks")]
77
[assembly: InternalsVisibleTo("Wolfgang.Extensions.IAsyncEnumerable.Tests.Unit")]

0 commit comments

Comments
 (0)