Skip to content

Commit cc4c842

Browse files
committed
Add missing newlines
Whitespace only, no code changes.
1 parent db4d304 commit cc4c842

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/src/client_sync/v23/blockchain.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//! All macros require `Client` to be in scope.
99
//!
1010
//! See or use the `define_jsonrpc_minreq_client!` macro to define a `Client`.
11+
1112
/// Implements Bitcoin Core JSON-RPC API method `savemempool`
1213
#[macro_export]
1314
macro_rules! impl_client_v23__savemempool {

types/src/v23/blockchain.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! The JSON-RPC API for Bitcoin Core `v23` - blockchain.
44
//!
55
//! Types for methods found under the `== Blockchain ==` section of the API docs.
6+
67
use serde::{Deserialize, Serialize};
78

89
/// Result of JSON-RPC method `savemempool`.

0 commit comments

Comments
 (0)