We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c408443 commit 2a01f75Copy full SHA for 2a01f75
force-app/main/default/classes/SOQL.cls
@@ -458,7 +458,7 @@ public virtual inherited sharing class SOQL implements Queryable {
458
}
459
460
public SOQL max(String relationshipName, SObjectField field) {
461
- return max(relationshipName ,field, '');
+ return max(relationshipName, field, '');
462
463
464
public SOQL max(String relationshipName, SObjectField field, String alias) {
0 commit comments