Skip to content

Commit

Permalink
For zerocracy#1232: Review corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Aug 8, 2018
1 parent 31c2daf commit 9e637cb
Showing 1 changed file with 6 additions and 8 deletions.
Expand Up @@ -42,14 +42,12 @@ def exec(Project project, XML xml) {
)
}
Logger.info(this, 'Saving test heap')
project.acq('test').withCloseable {
new HeapDump(
bucket,
'',
it.path(),
'heap'
).save()
}
new HeapDump(
bucket,
'',
it.path(),
'heap'
).save()
}
}
} else {
Expand Down

0 comments on commit 9e637cb

Please sign in to comment.