fix: cargo fmt

This commit is contained in:
Moudy
2026-04-07 20:16:42 +02:00
parent 27fbd10d92
commit a87e8d93dc
6 changed files with 46 additions and 9 deletions
@@ -87,5 +87,12 @@ fn main() {
// WARNING: constructing a `ProgramOutput` has no effect on its own. `.write()` must be
// called to commit the output.
ProgramOutput::new(self_program_id, caller_program_id, instruction_words, pre_states, post_states).write();
ProgramOutput::new(
self_program_id,
caller_program_id,
instruction_words,
pre_states,
post_states,
)
.write();
}