Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Oct 27, 2019
1 parent e556299 commit 66f7f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-providers-ws/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ WebsocketProvider.prototype._addResponseCallback = function(payload, callback) {
// try to reconnect
if (_this.connection.reconnect) {
_this.connection.reconnect();
}
}
}
}, this._customTimeout);
}
Expand Down

0 comments on commit 66f7f74

Please sign in to comment.