-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Initial Apex code
class HelloWorld {
{
ACCT_IndividualAccounts_TDTM.defaultRecTypeId = UTIL_Describe_API.getAdminAccRecTypeID();
}
}Formatted Apex code
class HelloWorld {
{
ACCT_IndividualAccounts_TDTM.defaultRecTypeId = UTIL_Describe_API.getAdminAccRecTypeID();
}
}Expected Apex code
class HelloWorld {
{
ACCT_IndividualAccounts_TDTM.defaultRecTypeId
= UTIL_Describe_API.getAdminAccRecTypeID();
}
}
Or alternatively (less preferable):
class HelloWorld {
{
ACCT_IndividualAccounts_TDTM.defaultRecTypeId = UTIL_Describe_API
.getAdminAccRecTypeID();
}
}Prettier options (if any)
No response
Playground link
System Info
No response
Metadata
Metadata
Assignees
Labels
No labels