Skip to content

Commit

Permalink
Fix formatting of R2dbcDataAutoConfiguration
Browse files Browse the repository at this point in the history
See c2b8d3d.
  • Loading branch information
wilkinsona committed Oct 3, 2022
1 parent 3ab3607 commit 803d353
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public R2dbcEntityTemplate r2dbcEntityTemplate(R2dbcConverter r2dbcConverter) {

@Bean
@ConditionalOnMissingBean
static RelationalManagedTypes r2dbcManagedTypes(ApplicationContext applicationContext) throws ClassNotFoundException {
static RelationalManagedTypes r2dbcManagedTypes(ApplicationContext applicationContext)
throws ClassNotFoundException {
return RelationalManagedTypes.fromIterable(new EntityScanner(applicationContext).scan(Table.class));
}

Expand Down

0 comments on commit 803d353

Please sign in to comment.