mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 22:35:41 +00:00
Ensure cumulus/bridges is ignored by formatter and run it (#1369)
This commit is contained in:
@@ -462,7 +462,8 @@ where
|
||||
follow_subscription: String,
|
||||
operation_id: String,
|
||||
) -> RpcResult<()> {
|
||||
let Some(operation) = self.subscriptions.get_operation(&follow_subscription, &operation_id) else {
|
||||
let Some(operation) = self.subscriptions.get_operation(&follow_subscription, &operation_id)
|
||||
else {
|
||||
return Ok(())
|
||||
};
|
||||
|
||||
@@ -479,7 +480,8 @@ where
|
||||
follow_subscription: String,
|
||||
operation_id: String,
|
||||
) -> RpcResult<()> {
|
||||
let Some(operation) = self.subscriptions.get_operation(&follow_subscription, &operation_id) else {
|
||||
let Some(operation) = self.subscriptions.get_operation(&follow_subscription, &operation_id)
|
||||
else {
|
||||
return Ok(())
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user