-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: clippy happy #8362
chore: clippy happy #8362
Conversation
mattsse
commented
May 23, 2024
f71494d
to
0e7fedd
Compare
4f3f31a
to
4f5977a
Compare
4f5977a
to
87ab310
Compare
fixing more issues |
6104ab3
to
8d3267c
Compare
@@ -10,10 +10,10 @@ | |||
//! This launch the regular reth node and also print: | |||
//! | |||
//! > "All components initialized" | |||
//! once all components have been initialized and | |||
//! > once all components have been initialized and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess there should be a new line?
@shekhirin
af088e9
to
af4f5c5
Compare
Co-authored-by: Alexey Shekhirin <[email protected]>