mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
'cargo fmt'
This commit is contained in:
committed by
Pratyush Mishra
parent
957ac48da4
commit
45a4c3b326
@@ -401,8 +401,8 @@ mod test {
|
|||||||
|
|
||||||
for x in v.iter().zip(expected_to_be_same.iter()) {
|
for x in v.iter().zip(expected_to_be_same.iter()) {
|
||||||
match x {
|
match x {
|
||||||
(&Boolean::Constant(true), &Boolean::Constant(true)) => {}
|
(&Boolean::Constant(true), &Boolean::Constant(true)) => {},
|
||||||
(&Boolean::Constant(false), &Boolean::Constant(false)) => {}
|
(&Boolean::Constant(false), &Boolean::Constant(false)) => {},
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user