Skip to content

Commit f2576a5

Browse files
committed
indentation fix
1 parent 9555489 commit f2576a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/fundamentals/data-formats/serialization.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -328,21 +328,21 @@ dependency to your project by using the :guilabel:`Gradle` and
328328
:tabid: Gradle
329329

330330
.. code-block:: kotlin
331-
:caption: build.gradle.kts
332-
333-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
331+
:caption: build.gradle.kts
332+
333+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
334334

335335
.. tab::
336336
:tabid: Maven
337337

338338
.. code-block:: kotlin
339-
:caption: pom.xml
340-
341-
<dependency>
342-
<groupId>org.jetbrains.kotlinx</groupId>
343-
<artifactId>kotlinx-datetime-jvm</artifactId>
344-
<version>{+kotlinx-dt-version+}</version>
345-
</dependency>
339+
:caption: pom.xml
340+
341+
<dependency>
342+
<groupId>org.jetbrains.kotlinx</groupId>
343+
<artifactId>kotlinx-datetime-jvm</artifactId>
344+
<version>{+kotlinx-dt-version+}</version>
345+
</dependency>
346346

347347
To learn more about this library, see the :github:`kotlinx-datetime repository
348348
</Kotlin/kotlinx-datetime>` on GitHub.

0 commit comments

Comments
 (0)