mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Style: fix style
This commit is contained in:
parent
41d5d3a9ef
commit
b239b0a53b
@ -222,7 +222,7 @@ Connection.prototype.connection_gone = function () {
|
||||
|
||||
this.retry_timer = setTimeout(function () {
|
||||
if (self.connection.destroyed) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
log.debug("Retrying connection...");
|
||||
|
Loading…
Reference in New Issue
Block a user