Skip to content

Commit e197ea9

Browse files
committed
Polishing.
Reformat code. See: #2673 Original pull request: #2674
1 parent 0754fec commit e197ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/aot/JpaRuntimeHints.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
6666
// needs to present for evaluating default attribute values in JpaQueryMethod
6767
hints.reflection().registerType(Query.class, hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_METHODS));
6868

69-
if(QuerydslUtils.QUERY_DSL_PRESENT) {
69+
if (QuerydslUtils.QUERY_DSL_PRESENT) {
7070

7171
hints.reflection().registerType(QuerydslJpaPredicateExecutor.class,
7272
hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS, MemberCategory.INVOKE_PUBLIC_METHODS)

0 commit comments

Comments
 (0)