Skip to content

Commit ca537f2

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 53a2db6 commit ca537f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Combinatorics/SimpleGraph/Copy.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ lemma copyCount_eq_card_image_copyToSubgraph [Fintype (H.Copy G)]
526526
Nat.card_eq_fintype_card, Fintype.card_coe]
527527

528528
@[simp] lemma copyCount_eq_zero [Finite V] : G.copyCount H = 0 ↔ H.Free G := by
529-
rw [copyCount, Nat.card_eq_zero]
529+
rw [copyCount, Nat.card_eq_zero]
530530
constructor <;> intro h
531531
· obtain h1 | h2 := h
532532
· rw [Free, isContained_iff_exists_iso_subgraph]

0 commit comments

Comments
 (0)