Skip to content

Commit

Permalink
Update src/latexify/codegen/function_codegen_match_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zibing Zhang <[email protected]>
  • Loading branch information
Lucybean-hi and ZibingZhang authored Dec 11, 2022
1 parent 587c50b commit c638f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latexify/codegen/function_codegen_match_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_visit_match_case_with_if() -> None:
textwrap.dedent(
"""
match x:
case x if x>0:
case x if x > 0:
return 1
case _:
return 2
Expand Down

0 comments on commit c638f44

Please sign in to comment.