Skip to content

Commit cc6753a

Browse files
committed
lint
1 parent 1d0d0ac commit cc6753a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/sats/src/sum_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl SumType {
176176

177177
pub fn type_check(&self, sv: &SumValue, typespace: &Typespace) -> bool {
178178
self.get_variant_by_tag(sv.tag)
179-
.is_some_and(|var| var.algebraic_type.type_check(&sv.value, typespace))
179+
.is_some_and(|var| var.algebraic_type.type_check(&sv.value, typespace))
180180
}
181181
}
182182

0 commit comments

Comments
 (0)