formatting

This commit is contained in:
spencergibb
2020-05-21 13:39:32 -04:00
parent e0a78c81f1
commit a3c0dec92e

View File

@@ -395,7 +395,8 @@ public class GatewayAutoConfiguration {
}
@Bean
public ReadBodyPredicateFactory readBodyPredicateFactory(ServerCodecConfigurer codecConfigurer) {
public ReadBodyPredicateFactory readBodyPredicateFactory(
ServerCodecConfigurer codecConfigurer) {
return new ReadBodyPredicateFactory(codecConfigurer.getReaders());
}