Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Dec 3, 2021
1 parent 5502298 commit db9f59a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/service/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,7 @@ where
method: &str,
call_data: &[u8],
) -> sp_blockchain::Result<(Vec<u8>, StorageProof)> {
self.executor
.prove_execution(id, method, call_data)
self.executor.prove_execution(id, method, call_data)
}

fn read_proof_collection(
Expand Down

0 comments on commit db9f59a

Please sign in to comment.