Skip to content

Commit 4f3069d

Browse files
committed
Fix indentation
1 parent d7f96c7 commit 4f3069d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docs/reference/implicit-by-name-parameters.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ The precise steps for constructing an implicit argument for a by-name parameter
4747

4848
In the example above, the definition of `s` would be expanded as follows.
4949

50-
val s = implicitly[Test.Serializable[Option[Int]]](
51-
serializeOption[Int](serializeInt)
52-
)
50+
val s = implicitly[Test.Serializable[Option[Int]]](
51+
serializeOption[Int](serializeInt))
5352

5453
No lazy val was generated because the synthesized argument is not recursive.

0 commit comments

Comments
 (0)