Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Feb 11, 2025
1 parent dea8037 commit 04b3137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats-server/src/blockscout_waiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ mod tests {
panic!("aggregator terminated with error: {res:?}")
}
listener = wait_for_listener_timeout => {
return listener.map(|a| a.map_err(|e| e.into()))
listener.map(|a| a.map_err(|e| e.into()))
}
}
}
Expand Down

0 comments on commit 04b3137

Please sign in to comment.