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

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit b239b0a53b016ea55939b6fd667955762bd56909
Author: 邹异雄 <yixiong...@tuputech.com>
AuthorDate: Fri Jan 4 20:31:32 2019 +0800

    Style: fix style
---
 lib/nodejs/lib/thrift/connection.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/nodejs/lib/thrift/connection.js 
b/lib/nodejs/lib/thrift/connection.js
index 06481db..15d955b 100644
--- a/lib/nodejs/lib/thrift/connection.js
+++ b/lib/nodejs/lib/thrift/connection.js
@@ -222,7 +222,7 @@ Connection.prototype.connection_gone = function () {
 
   this.retry_timer = setTimeout(function () {
     if (self.connection.destroyed) {
-        return;
+      return;
     }
 
     log.debug("Retrying connection...");

Reply via email to