-
Notifications
You must be signed in to change notification settings - Fork 707
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
Simplify SyncingEngine::new()
a bit
#5396
Simplify SyncingEngine::new()
a bit
#5396
Conversation
Tiny changes to simplify the code: - Remove an unnecessary `collect`. - Reduce the code duplication a little bit.
@liuchengxu we need a prdoc. Can be a bump |
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.
Nice! Thanks for contributing 🙏
Co-authored-by: Alexandru Vasile <[email protected]>
The link-checker failed persistently somehow. |
I don't think it's needed to merge the PR. Can you revert the unrelated changes with replacing |
bot fmt |
@dmitry-markin https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7193320 was started for your command Comment |
@dmitry-markin Command |
Never mind, it looks like we have a code style config updated. |
3d4a335
Tiny changes to simplify the code: - Remove an unnecessary `collect`. - Reduce the code duplication a little bit. --------- Co-authored-by: Alexandru Vasile <[email protected]>
Tiny changes to simplify the code:
collect
.