Skip to content

Commit 1c331af

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fc3a450 commit 1c331af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/egglog/examples/lambda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def assert_simplifies(left: BaseExpr, right: BaseExpr) -> None:
183183
print(f"{left}{res}")
184184
egraph.check(eq(right).to(right))
185185

186+
186187
assert_simplifies((Term.val(Val(1))).eval(), Val(1))
187188
assert_simplifies((Term.val(Val(1)) + Term.val(Val(2))).eval(), Val(3))
188189

0 commit comments

Comments
 (0)