Skip to content

Commit

Permalink
Fix Checkstyle violation in KafkaConfigCustomizationTests
Browse files Browse the repository at this point in the history
artembilan committed Jan 18, 2024
1 parent b098929 commit bec9a1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ public Foo foo() {

@Bean
BinderCustomizer binderCustomizer() {
return (binder,binderName) -> {
return (binder, binderName) -> {
if (binder instanceof KafkaMessageChannelBinder kafkaMessageChannelBinder) {
kafkaMessageChannelBinder.addClientFactoryCustomizer(new ClientFactoryCustomizer() {
@Override

0 comments on commit bec9a1c

Please sign in to comment.