format fixes

This commit is contained in:
jonesmarvin8
2026-02-16 20:50:14 -05:00
parent a821f04fb8
commit bf8c47b9b7
24 changed files with 22 additions and 11 deletions
@@ -12,7 +12,7 @@ fn main() {
let account_pre = &pre.account;
let mut account_post = account_pre.clone();
account_post.nonce.0 +=1;
account_post.nonce.0 += 1;
write_nssa_outputs(
instruction_words,