Skip to content

Commit 5d5a066

Browse files
committed
fixed indentation in object Mirror
1 parent 04a6ede commit 5d5a066

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docs/reference/contextual/derivation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ sealed trait Mirror:
5959

6060
object Mirror:
6161

62-
/** The Mirror for a product type */
63-
trait Product extends Mirror:
62+
/** The Mirror for a product type */
63+
trait Product extends Mirror:
6464

65-
/** Create a new instance of type `T` with elements
66-
* taken from product `p`.
67-
*/
68-
def fromProduct(p: scala.Product): MirroredMonoType
65+
/** Create a new instance of type `T` with elements
66+
* taken from product `p`.
67+
*/
68+
def fromProduct(p: scala.Product): MirroredMonoType
6969

7070
trait Sum extends Mirror:
7171

0 commit comments

Comments
 (0)