Skip to content

Commit 9d1c359

Browse files
committed
indentation fix
1 parent b931017 commit 9d1c359

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/data-formats/serialization.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,21 +325,21 @@ dependency to your project by using the :guilabel:`Gradle` and
325325
:tabid: Gradle
326326

327327
.. code-block:: kotlin
328-
:caption: build.gradle.kts
328+
:caption: build.gradle.kts
329329

330-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
330+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:{+kotlinx-dt-version+}")
331331

332332
.. tab::
333333
:tabid: Maven
334334

335335
.. code-block:: kotlin
336-
:caption: pom.xml
336+
:caption: pom.xml
337337

338-
<dependency>
339-
<groupId>org.jetbrains.kotlinx</groupId>
340-
<artifactId>kotlinx-datetime-jvm</artifactId>
341-
<version>{+kotlinx-dt-version+}</version>
342-
</dependency>
338+
<dependency>
339+
<groupId>org.jetbrains.kotlinx</groupId>
340+
<artifactId>kotlinx-datetime-jvm</artifactId>
341+
<version>{+kotlinx-dt-version+}</version>
342+
</dependency>
343343

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

0 commit comments

Comments
 (0)