Skip to content

Commit 165c7f8

Browse files
committed
修复格式
1 parent f0b17ad commit 165c7f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AsyncWorkerCollection/LimitedRunningCountTask.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace dotnetCampus.Threading
1717
#else
1818
public
1919
#endif
20-
class LimitedRunningCountTask
20+
class LimitedRunningCountTask
2121
{
2222
/// <summary>
2323
/// 创建限制执行数量的任务
@@ -97,7 +97,6 @@ public async ValueTask WaitForFree()
9797
await WaitForFreeTask.Task;
9898
}
9999

100-
101100
private TaskCompletionSource<bool>? RunningBreakTask
102101
{
103102
set

0 commit comments

Comments
 (0)