mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +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:
@@ -26,8 +26,9 @@
|
||||
//! 2. Forward the request to [`crate::request_responses::RequestResponsesBehaviour`] via
|
||||
//! [`OutEvent::SendRequest`](sender::OutEvent::SendRequest).
|
||||
//!
|
||||
//! 3. Wait for the response and forward the response via the [`futures::channel::oneshot::Sender`] provided earlier
|
||||
//! with [`LightClientRequestSender::request`](sender::LightClientRequestSender::request).
|
||||
//! 3. Wait for the response and forward the response via the [`futures::channel::oneshot::Sender`]
|
||||
//! provided earlier with [`LightClientRequestSender::request`](sender::LightClientRequestSender::
|
||||
//! request).
|
||||
|
||||
use crate::{
|
||||
config::ProtocolId,
|
||||
|
||||
Reference in New Issue
Block a user