Skip to content

Commit 2a01f75

Browse files
committed
code formatting
Signed-off-by: Piotr PG Gajek <[email protected]>
1 parent c408443 commit 2a01f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/SOQL.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ public virtual inherited sharing class SOQL implements Queryable {
458458
}
459459

460460
public SOQL max(String relationshipName, SObjectField field) {
461-
return max(relationshipName ,field, '');
461+
return max(relationshipName, field, '');
462462
}
463463

464464
public SOQL max(String relationshipName, SObjectField field, String alias) {

0 commit comments

Comments
 (0)