Skip to content

Commit 6681c1d

Browse files
committed
格式化代码
1 parent 3375a14 commit 6681c1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AsyncWorkerCollection/Reentrancy/KeepLastReentrancyTask.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ private async void Run()
113113
}
114114
}
115115

116-
117116
lock (_locker)
118117
{
119118
hasTask = _queue.TryPeek(out _);
@@ -126,7 +125,6 @@ private async void Run()
126125
}
127126
}
128127

129-
130128
private void SetException(Exception exception)
131129
{
132130
while (_skipQueue.Count > 0)

0 commit comments

Comments
 (0)