mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 09:13:09 +00:00
Minor
This commit is contained in:
parent
36c8aa34c1
commit
3ff67e38dc
@ -757,9 +757,9 @@ pub(crate) mod testutils {
|
||||
if looking_locations.len() != looked_locations.len() {
|
||||
panic!(
|
||||
"CTL #{ctl_index}:\n\
|
||||
Row {row:?} is present {l0} times in the looking tables, but {l1} times in the looked table.\n\
|
||||
Looking locations (Table, Row index): {looking_locations:?}.\n\
|
||||
Looked locations (Table, Row index): {looked_locations:?}.",
|
||||
Row {row:?} is present {l0} times in the looking tables, but {l1} times in the looked table.\n\
|
||||
Looking locations (Table, Row index): {looking_locations:?}.\n\
|
||||
Looked locations (Table, Row index): {looked_locations:?}.",
|
||||
l0 = looking_locations.len(),
|
||||
l1 = looked_locations.len(),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user