This commit is contained in:
2023-04-25 16:29:11 +03:00
parent 5f2661e51c
commit d3e78978e8

View File

@@ -28,7 +28,7 @@ class Platforms {
}
}
}
public void forEach(functor) { forEach(functor, []) }
public void forEach(functor) { forEach(functor, [:]) }
//@NonCPS
private Boolean filterDist(name, dist, whiteList, blackList) {