Skip to content

Commit a8860e8

Browse files
committed
test lint
1 parent 00ff271 commit a8860e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/sats/src/algebraic_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,6 @@ mod tests {
749749
("b", AlgebraicType::product([AlgebraicType::U16, AlgebraicType::U32])),
750750
]);
751751

752-
at.type_check(&av, &Typespace::EMPTY);
752+
at.type_check(&av, Typespace::EMPTY);
753753
}
754754
}

0 commit comments

Comments
 (0)