Skip to content

Commit 5ac5bd8

Browse files
committed
minor formatting adjustment
1 parent 113c4a4 commit 5ac5bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common-samplecode/main/classes/domains/Opportunities.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class Opportunities extends fflib_SObjects
7979
{
8080
// Apply to the Opportunity Amount?
8181
if(opportunity.OpportunityLineItems == null
82-
|| opportunity.OpportunityLineItems.isEmpty())
82+
|| opportunity.OpportunityLineItems.isEmpty())
8383
{
8484
// Adjust the Amount on the Opportunity if no lines
8585
opportunity.Amount = opportunity.Amount * factor;

0 commit comments

Comments
 (0)