Style: fix style

This commit is contained in:
邹异雄 2019-01-04 20:31:32 +08:00 committed by James E. King III
parent 41d5d3a9ef
commit b239b0a53b

View File

@ -222,7 +222,7 @@ Connection.prototype.connection_gone = function () {
this.retry_timer = setTimeout(function () { this.retry_timer = setTimeout(function () {
if (self.connection.destroyed) { if (self.connection.destroyed) {
return; return;
} }
log.debug("Retrying connection..."); log.debug("Retrying connection...");