fix indentation

This commit is contained in:
Brian Gough 2016-03-04 15:43:32 +00:00
parent 3175f6d3a6
commit 1419d20b1f

View file

@ -85,7 +85,7 @@ module.exports = MongoAWS =
outputStream = inputStream.pipe gunzip
parts = []
outputStream.on 'error', (err) ->
return callback(err)
return callback(err)
outputStream.on 'end', () ->
logger.log {project_id, doc_id, pack_id}, "download from s3 completed"
try