Skip to content

Commit

Permalink
web3-module example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed May 8, 2019
1 parent 801abcb commit 57f7542
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/web3-module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ Example
}
logs(options) {
return new LogSubscription(options, Utils, formatters, this, new GetPastLogsMethod(Utils, formatters, this));
return new LogSubscription(
options,
Utils,
formatters,
this,
new GetPastLogsMethod(Utils, formatters, this)
);
}
}
Expand Down

0 comments on commit 57f7542

Please sign in to comment.