formatting
This commit is contained in:
@@ -395,7 +395,8 @@ public class GatewayAutoConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public ReadBodyPredicateFactory readBodyPredicateFactory(ServerCodecConfigurer codecConfigurer) {
|
||||
public ReadBodyPredicateFactory readBodyPredicateFactory(
|
||||
ServerCodecConfigurer codecConfigurer) {
|
||||
return new ReadBodyPredicateFactory(codecConfigurer.getReaders());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user