Fix Checkstyle violation in KafkaConfigCustomizationTests

This commit is contained in:
Artem Bilan
2024-01-18 15:52:55 -05:00
parent b098929048
commit bec9a1c996

View File

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