-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
# Prettier options (if any):
Default
**Input:**
cls file - Selected Text
```apex
// code snippet
```errorList.addAll(validateField(contact.FirstName, objectName, 'First Name', 0));
**Actual output:**
```errorList.addAll(validateField(contact.FirstName, objectName, 'First Name', 0));
```apex
// code snippetExpected output:
validateField(contact.FirstName, objectName, 'First Name', 0)
);
```apex
// code snippet
Additional information (please fill this out):
- OS: [e.g. Windows/OS X/Ubuntu]
- Version: [e.g. 1.0.0]
mac 10.14.6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels