Skip to content

Commit 16ecd3e

Browse files
committed
Code style: missing semicolon
Signed-off-by: Fabio José <[email protected]>
1 parent 162e78f commit 16ecd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/http/unmarshaller_0_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function resolveBindingName(payload, headers) {
5151

5252
var Unmarshaller = function() {
5353

54-
}
54+
};
5555

5656
Unmarshaller.prototype.unmarshall = function(payload, headers) {
5757
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)