Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed May 21, 2020
1 parent f973d10 commit d7af241
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ public QueryRoutePredicateFactory queryRoutePredicateFactory() {
}

@Bean
public ReadBodyPredicateFactory readBodyPredicateFactory(ServerCodecConfigurer codecConfigurer) {
public ReadBodyPredicateFactory readBodyPredicateFactory(
ServerCodecConfigurer codecConfigurer) {
return new ReadBodyPredicateFactory(codecConfigurer.getReaders());
}

Expand Down

0 comments on commit d7af241

Please sign in to comment.