Skip to content

Commit 782c336

Browse files
pa-longalexpitsikoulis
authored andcommitted
Format update.
Signed-off-by: makerare <[email protected]>
1 parent 37b7382 commit 782c336

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

wasm/src/programs/execution.rs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,14 @@ mod tests {
137137
let verifying_key_bytes = crate::types::native::parameters::TransferPublicVerifier::load_bytes().unwrap();
138138
let verifying_key = VerifyingKey::from_bytes(&verifying_key_bytes).unwrap();
139139
assert!(
140-
verify_function_execution(&execution, &verifying_key, &Program::get_credits_program(), "transfer_public", None)
141-
.unwrap()
140+
verify_function_execution(
141+
&execution,
142+
&verifying_key,
143+
&Program::get_credits_program(),
144+
"transfer_public",
145+
None
146+
)
147+
.unwrap()
142148
);
143149
}
144150
}*/

0 commit comments

Comments
 (0)