Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Snazzy <[email protected]>
  • Loading branch information
snazzysam933 committed Jul 9, 2024
1 parent 7c12490 commit 49a9e9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ interface LogListener {
/**
* Invoked for each log (both added and removed) when a new block is added to the blockchain.
*
* @param logWithMetadata the log with associated metadata. see https://ethereum.org/en/developers/docs/apis/json-rpc/
* @param logWithMetadata the log with associated metadata. see
* https://ethereum.org/en/developers/docs/apis/json-rpc/
*/
void onLogEmitted(LogWithMetadata logWithMetadata);
}
Expand Down

0 comments on commit 49a9e9e

Please sign in to comment.