Skip to content

Commit 9552e73

Browse files
committed
Formatting
1 parent 8532e54 commit 9552e73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/kotlin/io/github/projectmapk/jackson/module/kogera/zIntegration/deser/valueClass/mapKey/WithoutCustomDeserializeMethodTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ class WithoutCustomDeserializeMethodTest {
105105
val mapper = jacksonObjectMapper()
106106
.registerModule(
107107
object : SimpleModule() {
108-
init { addKeyDeserializer(Wrapped::class.java, Wrapped.KeyDeserializer()) }
108+
init {
109+
addKeyDeserializer(Wrapped::class.java, Wrapped.KeyDeserializer())
110+
}
109111
}
110112
)
111113

0 commit comments

Comments
 (0)