Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Jul 13, 2023
1 parent b208f83 commit e5fe801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class TopologyService extends APIService {
* @param treeNodes The data for a material tree
*/
protected treeToTopologyInner(topologyNodeIndicesByCacheGroup: Map<string, number>,

Check warning on line 172 in experimental/traffic-portal/src/app/api/topology.service.ts

View check run for this annotation

Codecov / codecov/patch

experimental/traffic-portal/src/app/api/topology.service.ts#L172

Added line #L172 was not covered by tests
topologyNodes: Array<ResponseTopologyNode>, parent: ResponseTopologyNode | undefined, treeNodes: Array<TopTreeNode>): void {
topologyNodes: Array<ResponseTopologyNode>, parent: ResponseTopologyNode | undefined, treeNodes: Array<TopTreeNode>): void {

for (const treeNode of treeNodes) {
const cachegroup = treeNode.cachegroup;
Expand Down

0 comments on commit e5fe801

Please sign in to comment.