Skip to content

Commit eb886f4

Browse files
committed
chore(code-coverage):format FileExplorer with Prettier
Signed-off-by: Bhoomi <[email protected]>
1 parent ff52c18 commit eb886f4

File tree

1 file changed

+1
-4
lines changed
  • workspaces/code-coverage/plugins/code-coverage/src/components/FileExplorer

1 file changed

+1
-4
lines changed

workspaces/code-coverage/plugins/code-coverage/src/components/FileExplorer/FileExplorer.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ export const buildFileStructure = (row: CoverageTableRow) => {
107107

108108
return buildFileStructure({
109109
path: pathGroup,
110-
files: removeVisitedPathGroup(
111-
dataGroupedByPath[pathGroup],
112-
pathGroup,
113-
),
110+
files: removeVisitedPathGroup(dataGroupedByPath[pathGroup], pathGroup),
114111
coverage:
115112
aggregatedTracked > 0
116113
? ((aggregatedTracked - aggregatedMissing) / aggregatedTracked) * 100

0 commit comments

Comments
 (0)