Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Mar 6, 2024
1 parent b06c46a commit 5211561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/interaction/test_tactics.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ def test_example_eq(mathlib4_repo: LeanGitRepo) -> None:
assert dojo.is_successful


def test_example_nonempty_iInter_of_nonempty_biInter(mathlib4_repo: LeanGitRepo) -> None:
def test_example_nonempty_iInter_of_nonempty_biInter(
mathlib4_repo: LeanGitRepo,
) -> None:
thm = Theorem(
mathlib4_repo,
"Mathlib/Topology/MetricSpace/Bounded.lean",
Expand Down

0 comments on commit 5211561

Please sign in to comment.