mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
cargo fmt
This commit is contained in:
parent
c10e305366
commit
4bc2fb10f4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user