From 16ecd3e74e968dee2287cf9cf557c829fa28fdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 23 Jul 2019 13:53:16 -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 0bd0b69..a1cf509 100644 --- a/lib/bindings/http/unmarshaller_0_2.js +++ b/lib/bindings/http/unmarshaller_0_2.js @@ -51,7 +51,7 @@ function resolveBindingName(payload, headers) { var Unmarshaller = function() { -} +}; Unmarshaller.prototype.unmarshall = function(payload, headers) { return new Promise((resolve, reject) => {