Skip to content

Commit

Permalink
remove semicolon to pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Aug 4, 2020
1 parent 573c5d4 commit f264aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.js
Expand Up @@ -274,7 +274,7 @@ function Body() {

this.arrayBuffer = function() {
if (this._bodyArrayBuffer) {
var consumed = consumed(this);
var consumed = consumed(this)
if (consumed) {
return consumed
}
Expand Down

0 comments on commit f264aa5

Please sign in to comment.