You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:59:42 UTC

[couchdb-escodegen] 04/04: Remove trailing space

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to reference refs/pull/299/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit b28ea813afb8217409c12c200be2bbd40085d4b0
Author: gadisn <ga...@users.noreply.github.com>
AuthorDate: Tue Jun 7 10:18:32 2016 +0300

    Remove trailing space
---
 escodegen.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/escodegen.js b/escodegen.js
index 8f9b2a5..6ef7cce 100644
--- a/escodegen.js
+++ b/escodegen.js
@@ -692,7 +692,7 @@
             } else {
 		return result;
             }
-        }        
+        }
     }
 
     function addComments(stmt, result) {