From 70b7b65f2101caa1e3aa33ad9ed1897750a6200e Mon Sep 17 00:00:00 2001 From: Ross Reicks Date: Thu, 11 Jul 2024 15:22:54 -0500 Subject: [PATCH] style: prettier file --- src/parsers/apex-json/apex-json-parsers.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/parsers/apex-json/apex-json-parsers.ts b/src/parsers/apex-json/apex-json-parsers.ts index 937aeaf..3394f8a 100644 --- a/src/parsers/apex-json/apex-json-parsers.ts +++ b/src/parsers/apex-json/apex-json-parsers.ts @@ -1,5 +1,12 @@ import {ParseOptions, TestParser} from '../../test-parser' -import {TestCaseError, TestCaseResult, TestExecutionResult, TestGroupResult, TestRunResult, TestSuiteResult} from '../../test-results' +import { + TestCaseError, + TestCaseResult, + TestExecutionResult, + TestGroupResult, + TestRunResult, + TestSuiteResult +} from '../../test-results' import {ApexTestReport} from './apex-json-types' export class ApexJsonParser implements TestParser {