blob: 70732cb6cbeff9ae98bec2654839c5e5ec2ad0ce [file] [log] [blame]
if (suitable) {
expectations.each {pattern, action ->
if (cloud.match(pattern, action))<caret>
}
}
-----
if (suitable) {
expectations.each { pattern, action ->
if (cloud.match(pattern, action)) {
<caret>
}
}
}