Fix Kotlin code formatting for Inline Maps section of ref docs

Closes gh-26836
This commit is contained in:
Sviatoslav Hryb
2021-04-21 12:13:00 +03:00
committed by GitHub
parent 1f477a5c1c
commit b153b5e53b

View File

@@ -958,7 +958,7 @@ following example shows how to do so:
Map mapOfMaps = (Map) parser.parseExpression("{name:{first:'Nikola',last:'Tesla'},dob:{day:10,month:'July',year:1856}}").getValue(context);
----
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
[source,kotlin,indent=0,subs="verbatim",role="secondary"]
.Kotlin
----
// evaluates to a Java map containing the two entries