Skip to content

Commit 78ab613

Browse files
Remove unnecessary blank line in UnionLift.lean
1 parent f75717c commit 78ab613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mathlib/Data/Set/UnionLift.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,4 @@ theorem preimage_liftCover (t : Set β) : liftCover S f hf hS ⁻¹' t = ⋃ i,
174174
@[simp]
175175
theorem liftCover_restrict {i : ι} : (S i).restrict (liftCover S f hf hS) = f i := by ext x; simp
176176

177-
178177
end Set

0 commit comments

Comments
 (0)