Skip to content

Commit f38ff83

Browse files
committed
Fix spacing
1 parent 38a6685 commit f38ff83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ or with the extension functions imported from `import com.fasterxml.jackson.modu
5353
val mapper = jacksonObjectMapper()
5454
```
5555

56-
```kotlin
56+
```kotlin
5757
val mapper = ObjectMapper().registerKotlinModule()
58-
```
58+
```
5959

6060
A simple data class example:
6161
```kotlin

0 commit comments

Comments
 (0)