Skip to content

Commit 5945efd

Browse files
committed
Encapsulating a method.
1 parent 1c0fe87 commit 5945efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncFiberWorks/Procedures/FiberTaskWaiter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public FiberTaskWaiter(ISequentialTaskListRegistry taskList, CancellationToken c
3838
/// </summary>
3939
/// <returns></returns>
4040
/// <exception cref="InvalidOperationException"></exception>
41-
public async Task ExecuteAsync()
41+
async Task ExecuteAsync()
4242
{
4343
lock (_lockObj)
4444
{

0 commit comments

Comments
 (0)