Skip to content

Commit 9946029

Browse files
fix: lint
1 parent e204946 commit 9946029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/BenchmarkRunner/Utils/Helpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static async Task InsertInBatchesAsync<T>(List<T> items, int batchSize, F
2222

2323
public static async Task<List<T>> ExecuteConcurrentlyAsync<T>(
2424
int totalTasks,
25-
int maxConcurrency,
25+
int maxConcurrency,
2626
Func<int, Task<List<T>>> taskFactory)
2727
{
2828
var semaphore = new SemaphoreSlim(maxConcurrency, maxConcurrency);

0 commit comments

Comments
 (0)