Skip to content

Commit

Permalink
fix checkstyle violations in datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 3, 2025
1 parent ab3b097 commit 56d395d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ void resolveSqlQueryTest(boolean useValueExpressionDelegate) {
}

private DatastoreQueryLookupStrategy getDatastoreQueryLookupStrategy(boolean useValueExpressionDelegate) {
return useValueExpressionDelegate ?
getDatastoreQueryLookupStrategy(this.valueExpressionDelegate)
return useValueExpressionDelegate
? getDatastoreQueryLookupStrategy(this.valueExpressionDelegate)
: getDatastoreQueryLookupStrategy(this.evaluationContextProvider);
}

Expand Down

0 comments on commit 56d395d

Please sign in to comment.