'cargo fmt'

This commit is contained in:
Nirvan Tyagi
2020-11-20 13:03:42 -05:00
committed by Pratyush Mishra
parent 957ac48da4
commit 45a4c3b326

View File

@@ -401,8 +401,8 @@ mod test {
for x in v.iter().zip(expected_to_be_same.iter()) {
match x {
(&Boolean::Constant(true), &Boolean::Constant(true)) => {}
(&Boolean::Constant(false), &Boolean::Constant(false)) => {}
(&Boolean::Constant(true), &Boolean::Constant(true)) => {},
(&Boolean::Constant(false), &Boolean::Constant(false)) => {},
_ => unreachable!(),
}
}