Skip to content

Commit 4bdb4ed

Browse files
committed
Format
1 parent 4798853 commit 4bdb4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/helpers/mocha-bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ global.Request = nodeFetch.Request;
1111
global.Response = nodeFetch.Response;
1212

1313
if (typeof nodeFetch.Headers.prototype.getSetCookie !== "function") {
14-
nodeFetch.Headers.prototype.getSetCookie = function() {
14+
nodeFetch.Headers.prototype.getSetCookie = function () {
1515
return this.raw()["set-cookie"] || [];
1616
};
1717
}

0 commit comments

Comments
 (0)