Skip to content

Commit b5c1405

Browse files
committed
trigger CI
1 parent 4824f18 commit b5c1405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

relays/client-substrate/src/client/rpc_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub(crate) trait SubstrateChain<C> {
5555
#[method(name = "getBlock")]
5656
async fn block(&self, block_hash: Option<C::Hash>) -> RpcResult<C::SignedBlock>;
5757
}
58-
58+
5959
/// RPC methods of Substrate `author` namespace, that we are using.
6060
#[rpc(client, client_bounds(C: Chain), namespace = "author")]
6161
pub(crate) trait SubstrateAuthor<C> {

0 commit comments

Comments
 (0)