mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 01:11:04 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -161,7 +161,8 @@ pub enum BountyStatus<AccountId, BlockNumber> {
|
||||
Approved,
|
||||
/// The bounty is funded and waiting for curator assignment.
|
||||
Funded,
|
||||
/// A curator has been proposed by the `ApproveOrigin`. Waiting for acceptance from the curator.
|
||||
/// A curator has been proposed by the `ApproveOrigin`. Waiting for acceptance from the
|
||||
/// curator.
|
||||
CuratorProposed {
|
||||
/// The assigned curator of this bounty.
|
||||
curator: AccountId,
|
||||
|
||||
@@ -774,7 +774,8 @@ fn cancel_and_refund() {
|
||||
|
||||
assert_ok!(Bounties::close_bounty(Origin::root(), 0));
|
||||
|
||||
assert_eq!(Treasury::pot(), 85); // - 25 + 10
|
||||
// `- 25 + 10`
|
||||
assert_eq!(Treasury::pot(), 85);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user