Closure style

This commit is contained in:
Reinhard Pointner 2019-05-18 22:46:13 +07:00
parent 6398526b57
commit 7ed492cdc6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void build(ids, section, db, query) {
def files = []
ids.each{ id ->
scaleFactor.each { scale ->
scaleFactor.each{ scale ->
def original = getOriginalPath(section, id)
def thumb = getThumbnailPath(section, id, scale)