cargo fmt

This commit is contained in:
collin 2022-05-24 13:39:08 -04:00
parent c10e305366
commit 4bc2fb10f4

View File

@ -55,7 +55,7 @@ impl Type {
| (Type::Boolean, Type::Boolean)
| (Type::Char, Type::Char)
| (Type::Field, Type::Field)
| (Type::Group, Type::Group)
| (Type::Group, Type::Group)
| (Type::Scalar, Type::Scalar) => true,
(Type::IntegerType(left), Type::IntegerType(right)) => left.eq(right),
_ => false,