Skip to content

Commit 86f2a65

Browse files
committed
Formatting
1 parent f720761 commit 86f2a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/KotlinFeatures.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class TestM11Changes {
199199
try {
200200
person.phone
201201
fail("While person can be deserialized without a phone, phone must be set before attempting to access it")
202-
} catch(_: IllegalStateException) { // expected
202+
} catch (_: IllegalStateException) { // expected
203203
}
204204
}
205205

0 commit comments

Comments
 (0)