Remove extra comma

Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Honza Rychnovský 2024-04-20 12:09:08 +02:00 committed by GitHub
parent 2ffd7a2ea1
commit 6a7a1bdc75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1652,7 +1652,7 @@ pub extern "C" fn Java_cash_z_ecc_android_sdk_internal_jni_RustBackend_proposeSh
{ {
Ok(Some(addr)) Ok(Some(addr))
} else { } else {
Err(anyhow!("Transparent receiver does not belong to account",)) Err(anyhow!("Transparent receiver does not belong to account"))
} }
} }
}, },