From 7b891bd69c14ca936f2edc9a5119ef96a54171d8 Mon Sep 17 00:00:00 2001 From: Alex Kwan Date: Wed, 17 Feb 2016 13:14:20 +0800 Subject: [PATCH] fix spacing againn --- src/RestQuery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RestQuery.js b/src/RestQuery.js index 710c25d8..b5bec1fb 100644 --- a/src/RestQuery.js +++ b/src/RestQuery.js @@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() { this.include = this.include.slice(1); return this.handleInclude(); }); - }else if (this.include.length > 0){ + } else if (this.include.length > 0) { this.include = this.include.slice(1); return this.handleInclude(); }