Skip to content

Commit f66f169

Browse files
feat: parser unit tests
1 parent b6ddf4f commit f66f169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/apex/parser/apexparser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ApexASTParser {
5050

5151
private createASTListener(): ApexParserListener {
5252
class ApexMigrationListener implements ApexParserListener {
53-
public constructor(private parser: ApexASTParser) { }
53+
public constructor(private parser: ApexASTParser) {}
5454
public enterClassDeclaration(ctx: ClassDeclarationContext): void {
5555
const interfaceToBeSearched = this.parser.interfaceName;
5656
if (!interfaceToBeSearched) return;

0 commit comments

Comments
 (0)