Skip to content
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

fmt with nightly #385

Merged
merged 3 commits into from
Apr 9, 2024
Merged

fmt with nightly #385

merged 3 commits into from
Apr 9, 2024

Conversation

brenzi
Copy link
Member

@brenzi brenzi commented Apr 9, 2024

like the runtimes repo, code shall be formatted with cargo +nightly fmt

Comment on lines +346 to +355
v1::ParticipantReputation::<TestRuntime>::insert(
(cid, 2),
bob.clone(),
old_rep.clone(),
);
v1::ParticipantReputation::<TestRuntime>::insert(
(cid2, 0),
alice.clone(),
old_rep.clone(),
);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this extension accidentally sneaked in but its just an extension of a unit test, so I'll leave it

@brenzi brenzi merged commit a995ad7 into master Apr 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant