Skip to content

Commit 360a8bd

Browse files
committed
SFT-4853: Fix formatting errors.
1 parent b522635 commit 360a8bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extmod/foundation-rust/src/psbt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ pub enum ValidationEvent {
126126
ChangeAddress { amount: i64, address: [c_char; 91] },
127127
}
128128

129-
fn to_static_cstr<const N: usize>(s: &[u8], result: &mut [c_char; N])
130-
{
129+
fn to_static_cstr<const N: usize>(s: &[u8], result: &mut [c_char; N]) {
131130
result.fill(0);
132131

133132
let len = s.len().min(N - 1);

0 commit comments

Comments
 (0)