mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
fmt
This commit is contained in:
parent
593d3eeffd
commit
f16db8c564
@ -316,7 +316,8 @@ mod tests {
|
||||
cpu::columns::memop_addr_context(op),
|
||||
cpu::columns::memop_addr_segment(op),
|
||||
cpu::columns::memop_addr_virtual(op),
|
||||
]).collect_vec();
|
||||
])
|
||||
.collect_vec();
|
||||
cols.extend(Column::singles(
|
||||
(0..8).map(|j| cpu::columns::memop_value(op, j)),
|
||||
));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user