Skip to content

Commit

Permalink
lib tested and codestyle improved
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Aug 6, 2019
1 parent 5f28f52 commit cb266cc
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export default class AbstractSocketProvider extends EventEmitter {
*
* @method registerEventListeners
*/
registerEventListeners() {
}
registerEventListeners() {}

/**
* Removes all socket listeners
Expand All @@ -91,8 +90,7 @@ export default class AbstractSocketProvider extends EventEmitter {
* @param {Number} code
* @param {String} reason
*/
disconnect(code, reason) {
}
disconnect(code, reason) {}

/**
* Returns true if the socket is connected
Expand All @@ -101,8 +99,7 @@ export default class AbstractSocketProvider extends EventEmitter {
*
* @returns {Boolean}
*/
get connected() {
}
get connected() {}

/**
* Creates the JSON-RPC payload and sends it to the node.
Expand Down

0 comments on commit cb266cc

Please sign in to comment.