Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit c923124

Browse files
authored
Run the formatter (#35)
Recent merge of multiple PRs has left us with a minor formatting issue, fix it by running the formatter.
2 parents 5ad70e6 + cb2cd1f commit c923124

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/src/client_sync/v17/blockchain.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ macro_rules! impl_client_v17__getblock {
4545
self.call("getblock", &[into_json(hash)?, 0.into()])
4646
}
4747

48-
pub fn get_block_verbosity_one(
49-
&self,
50-
hash: BlockHash,
51-
) -> Result<GetBlockVerbosityOne> {
48+
pub fn get_block_verbosity_one(&self, hash: BlockHash) -> Result<GetBlockVerbosityOne> {
5249
self.call("getblock", &[into_json(hash)?, 1.into()])
5350
}
5451
}

0 commit comments

Comments
 (0)