Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Oct 10, 2023
1 parent d7f6343 commit cf0faae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@TestConfiguration
public class JacksonTestConfiguration {
@Bean
@Bean
public Jackson2ObjectMapperBuilderCustomizer jsonCustomizer() {
return builder -> builder.featuresToEnable(SerializationFeature.INDENT_OUTPUT);
}
Expand Down

0 comments on commit cf0faae

Please sign in to comment.