refactor: Lint

This commit is contained in:
jstoobysmith 2025-02-06 13:34:26 +00:00
parent e4c6da1cd6
commit fede0b7904

View file

@ -29,7 +29,7 @@ def universalLiftMap {A : Type} [Semiring A] [Algebra A] (f : 𝓕.CrAnField
intro a b h
rw [equiv_iff_exists_add] at h
obtain ⟨a, rfl, ha⟩ := h
simp
simp only [map_add]
rw [h1 a ha]
simp)