Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Feb 14, 2024
1 parent bbb054f commit fb454ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ where
let hash: Bytes32 = if items.len() > 2 {
multistack_hasher(&items[1..items.len() - 1], stack_hasher)
} else {
Bytes32::default()
Bytes32::default()
};
data.extend(hash);
data
Expand Down

0 comments on commit fb454ae

Please sign in to comment.