Skip to content

Commit 71a32d4

Browse files
committed
squash: fix linting error
Signed-off-by: Lance Ball <[email protected]>
1 parent 3a063d7 commit 71a32d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/http/emitter_structured.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ StructuredHTTPEmitter.prototype.emit = function (cloudevent) {
1414
this.config[Constants.DATA_ATTRIBUTE] = cloudevent.format();
1515

1616
// Return the Promise
17-
return axios.request(this.config).then(response => {
17+
return axios.request(this.config).then((response) => {
1818
delete this.config[Constants.DATA_ATTRIBUTE];
1919
return response;
2020
});

0 commit comments

Comments
 (0)