Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 2547b68

Browse files
committed
Fix indentation
1 parent 56a79e1 commit 2547b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-providers-ws/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ WebsocketProvider.prototype._addResponseCallback = function(payload, callback) {
250250
// try to reconnect
251251
if (_this.connection.reconnect) {
252252
_this.connection.reconnect();
253-
}
253+
}
254254
}
255255
}, this._customTimeout);
256256
}

0 commit comments

Comments
 (0)