Skip to content

Commit d866d6d

Browse files
committed
Semicolon
Signed-off-by: Fabio José <[email protected]>
1 parent 28480c7 commit d866d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http_binding_0_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const source = "urn:event:from:myapi/resourse/123";
77
const webhook = "https://cloudevents.io/webhook";
88
const contentType = "application/cloudevents+json; charset=utf-8";
99
const now = new Date();
10-
const schemaurl = "http://cloudevents.io/schema.json"
10+
const schemaurl = "http://cloudevents.io/schema.json";
1111

1212
const ceContentType = "application/json";
1313

0 commit comments

Comments
 (0)