Skip to content

Commit 63d25f5

Browse files
committed
fix semicolon
Signed-off-by: Fabio José <[email protected]>
1 parent 2388776 commit 63d25f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/specs/spec_0_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Spec01.prototype.getType = function(){
4343

4444
Spec01.prototype.getSpecversion = function() {
4545
return this.payload["cloudEventsVersion"];
46-
}
46+
};
4747

4848
Spec01.prototype.eventTypeVersion = function(version){
4949
this.payload["eventTypeVersion"] = version;

lib/specs/spec_0_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Spec02.prototype.contenttype = function(_contenttype){
7171

7272
Spec02.prototype.getContenttype = function() {
7373
return this.payload["contenttype"];
74-
}
74+
};
7575

7676
Spec02.prototype.data = function(_data){
7777
this.payload["data"] = _data;

0 commit comments

Comments
 (0)