Skip to content

Commit

Permalink
style: add missing space (#5711)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi committed Jul 4, 2023
1 parent d3e6efa commit 3306b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Logic/Equiv/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ infixl:25 " ≃ " => Equiv
/-- Turn an element of a type `F` satisfying `EquivLike F α β` into an actual
`Equiv`. This is declared as the default coercion from `F` to `α ≃ β`. -/
@[coe]
def EquivLike.toEquiv {F} [EquivLike F α β] (f :F) : α ≃ β where
def EquivLike.toEquiv {F} [EquivLike F α β] (f : F) : α ≃ β where
toFun := f
invFun := EquivLike.inv f
left_inv := EquivLike.left_inv f
Expand Down

0 comments on commit 3306b39

Please sign in to comment.