Skip to content

Commit

Permalink
style: remove unnecessary <| (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi authored and semorrison committed Aug 14, 2023
1 parent 8688fbb commit a94fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/GroupTheory/Congruence.lean
Original file line number Diff line number Diff line change
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 a94fdcd

Please sign in to comment.