[2.x] refactor: Use foreach instead of map (#8793)

This commit is contained in:
kenji yoshida 2026-02-23 13:47:12 +09:00 committed by GitHub
parent b3401a009e
commit 62d7b9a29f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ private[sbt] trait CachedResolutionResolveEngine extends ResolveEngine {
} else testLoop(m, c, c :: history)
}
}
orgNamePairs map { orgname =>
orgNamePairs foreach { orgname =>
testLoop(orgname, orgname, List(orgname))
}
loopLists.toList