mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 12:51:05 +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:
@@ -86,8 +86,8 @@ impl<T> StatusSinks<T> {
|
||||
let inner = &mut *inner;
|
||||
|
||||
loop {
|
||||
// Future that produces the next ready entry in `entries`, or doesn't produce anything if
|
||||
// the list is empty.
|
||||
// Future that produces the next ready entry in `entries`, or doesn't produce anything
|
||||
// if the list is empty.
|
||||
let next_ready_entry = {
|
||||
let entries = &mut inner.entries;
|
||||
async move {
|
||||
|
||||
Reference in New Issue
Block a user