Code style: missing semicolon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-07-23 13:44:28 -03:00
parent 56b54cdf23
commit c94fb8e3de
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,6 @@ Unmarshaller.prototype.unmarshall = function(payload, headers) {
reject(e);
}
});
}
};
module.exports = Unmarshaller;