Skip to content

Commit 904cf57

Browse files
Reorder using directives for clarity
Moved System.Runtime.CompilerServices to follow System.Threading for improved readability. No functional changes were made.
1 parent 258a340 commit 904cf57

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.Runtime.CompilerServices;
43
using System.Threading;
4+
using System.Runtime.CompilerServices;
55

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

0 commit comments

Comments
 (0)