Skip to content

Commit de085dc

Browse files
chore: regenerate FFI docs and apply fmt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63df5d8 commit de085dc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dash-spv-ffi/src/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ pub unsafe extern "C" fn dash_spv_ffi_config_add_peer(
175175
/// - `config` must be a valid pointer to an FFIClientConfig created by dash_spv_ffi_config_new/mainnet/testnet
176176
/// - The caller must ensure the config pointer remains valid for the duration of this call
177177
#[no_mangle]
178-
pub unsafe extern "C" fn dash_spv_ffi_config_clear_peers(
179-
config: *mut FFIClientConfig,
180-
) -> i32 {
178+
pub unsafe extern "C" fn dash_spv_ffi_config_clear_peers(config: *mut FFIClientConfig) -> i32 {
181179
null_check!(config);
182180

183181
let cfg = unsafe { &mut *((*config).inner as *mut ClientConfig) };

0 commit comments

Comments
 (0)