mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 20:41:02 +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:
@@ -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