Skip to content

Commit 7b891bd

Browse files
Alex KwanAlex Kwan
authored andcommitted
fix spacing againn
1 parent 317a2fe commit 7b891bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() {
377377
this.include = this.include.slice(1);
378378
return this.handleInclude();
379379
});
380-
}else if (this.include.length > 0){
380+
} else if (this.include.length > 0) {
381381
this.include = this.include.slice(1);
382382
return this.handleInclude();
383383
}

0 commit comments

Comments
 (0)