Skip to content

Commit 68530ad

Browse files
committed
Code style: missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
1 parent ba573fa commit 68530ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bindings/http/receiver_binary_0_2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Receiver.prototype.check = function(payload, headers) {
101101
}
102102

103103
// No erros! Its contains the minimum required attributes
104-
}
104+
};
105105

106106
Receiver.prototype.parse = function(payload, headers) {
107107
this.check(payload, headers);
@@ -151,6 +151,6 @@ Receiver.prototype.parse = function(payload, headers) {
151151

152152
// return the result
153153
return cloudevent;
154-
}
154+
};
155155

156156
module.exports = Receiver;

0 commit comments

Comments
 (0)