Skip to content

Commit 07a78c2

Browse files
author
Denys Zhuravel
committed
-
1 parent 2e636c0 commit 07a78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/albelli/junit/synnefo/runtime/AmazonCodeBuildScheduler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class AmazonCodeBuildScheduler(private val settings: SynnefoProperties) {
6868
}
6969

7070
private suspend fun runAndWaitForJobs(job: Job, sourceLocation: String) {
71-
val currentQueue: LinkedList<AmazonCodeBuildScheduler.ScheduledJob> = LinkedList()
71+
val currentQueue = LinkedList<ScheduledJob>()
7272

7373
val backlog = job.runnerInfos.toMutableList()
7474

0 commit comments

Comments
 (0)