mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 21:45:41 +00:00
Fix formatting. (#738)
This commit is contained in:
committed by
Bastian Köcher
parent
90113303f1
commit
b806fb7756
@@ -83,7 +83,7 @@ macro_rules! bail_on_error {
|
|||||||
match $result {
|
match $result {
|
||||||
(client, Ok(result)) => (client, result),
|
(client, Ok(result)) => (client, result),
|
||||||
(client, Err(error)) => return (client, Err(error)),
|
(client, Err(error)) => return (client, Err(error)),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ macro_rules! bail_on_arg_error {
|
|||||||
match $result {
|
match $result {
|
||||||
Ok(result) => result,
|
Ok(result) => result,
|
||||||
Err(error) => return ($client, Err(error)),
|
Err(error) => return ($client, Err(error)),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user