Skip to content

Commit

Permalink
style: format eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Aug 24, 2024
1 parent 7c42a7f commit f3fb864
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/src/tool/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@ export class ResultImpl extends BaseImpl implements EntryLike<"result"> {
}
const packageContainerSize = packageContainerChildren.reduce((acc, child) => acc + child.getSize(), 0);
const packageContainer = new ContainerImpl(
`${title(type)} Packages Size`,
`${type}-packages`,
packageContainerSize,
packageContainerChildren,
`The size of the ${type} packages in the binary.`,
`${title(type)} Packages Size`,
`${type}-packages`,
packageContainerSize,
packageContainerChildren,
`The size of the ${type} packages in the binary.`,
);

typedPackagesChildren.push(packageContainer);
Expand Down

0 comments on commit f3fb864

Please sign in to comment.