Skip to content

Commit e321650

Browse files
committed
fix: layout of records
1 parent 78404b8 commit e321650

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Algebra/Construct/Centre/Group.agda

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ private
9898
; injective = id
9999
}
100100
}
101-
; isNormal = record { conjugate = const ; normal = commutes }
101+
; isNormal = record
102+
{ conjugate = const
103+
; normal = commutes
104+
}
102105
}
103106

104107

0 commit comments

Comments
 (0)