Skip to content

Commit babf2f8

Browse files
committed
spotless
1 parent d6d17db commit babf2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/hjelpemidler/oebs/listener/ApplicationJacksonObjectMapperProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ApplicationJacksonObjectMapperProvider : JacksonObjectMapperProvider {
1616
defaultJsonMapper {
1717
enable(MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS).configure(
1818
JsonParser.Feature.INCLUDE_SOURCE_IN_LOCATION,
19-
true
19+
true,
2020
)
2121
}
2222
}

0 commit comments

Comments
 (0)