formatting

This commit is contained in:
spencergibb
2020-05-21 11:30:21 -04:00
parent f973d10e29
commit d7af241779

View File

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