Skip to content

Commit

Permalink
style: remove unnecessary <| (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi committed Jul 5, 2023
1 parent abd65d5 commit 4d11748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/GroupTheory/Congruence.lean
Expand Up @@ -257,7 +257,7 @@ variable (c)
@[to_additive "Defining the quotient by an additive congruence relation of a type with
an addition."]
protected def Quotient :=
Quotient <| c.toSetoid
Quotient c.toSetoid
#align con.quotient Con.Quotient
#align add_con.quotient AddCon.Quotient

Expand Down

0 comments on commit 4d11748

Please sign in to comment.