mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 19:01:08 +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 {
|
||||
(client, Ok(result)) => (client, result),
|
||||
(client, Err(error)) => return (client, Err(error)),
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ macro_rules! bail_on_arg_error {
|
||||
match $result {
|
||||
Ok(result) => result,
|
||||
Err(error) => return ($client, Err(error)),
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user