From c94fb8e3de4e069393e29bbd8f6b260580f32909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 23 Jul 2019 13:44:28 -0300 Subject: [PATCH] Code style: missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/unmarshaller_0_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bindings/http/unmarshaller_0_2.js b/lib/bindings/http/unmarshaller_0_2.js index 27b0590..d8c22db 100644 --- a/lib/bindings/http/unmarshaller_0_2.js +++ b/lib/bindings/http/unmarshaller_0_2.js @@ -76,6 +76,6 @@ Unmarshaller.prototype.unmarshall = function(payload, headers) { reject(e); } }); -} +}; module.exports = Unmarshaller;