Skip to content

Commit 92339a3

Browse files
committed
clippy
1 parent c72d34b commit 92339a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event_scanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impl<P: Provider<N>, N: Network> EventScanner<P, N> {
279279
config: &CallbackConfig,
280280
) -> anyhow::Result<()> {
281281
match callback.on_event(log).await {
282-
Ok(_) => Ok(()),
282+
Ok(()) => Ok(()),
283283
Err(first_err) => {
284284
// use exponential backoff for state-sync errors
285285
if is_missing_trie_node_error(&first_err) {

0 commit comments

Comments
 (0)