Browse Source

Fix code formatting

pull/6463/head
pswitchy 4 weeks ago
parent
commit
bcdc46d395
  1. 7
      apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts

7
apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts

@ -22,7 +22,12 @@ import { GfValueComponent } from '@ghostfolio/ui/value';
import { GfWorldMapChartComponent } from '@ghostfolio/ui/world-map-chart';
import { NgClass } from '@angular/common';
import { ChangeDetectorRef, Component, DestroyRef, OnInit } from '@angular/core';
import {
ChangeDetectorRef,
Component,
DestroyRef,
OnInit
} from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { MatCardModule } from '@angular/material/card';
import { MatDialog } from '@angular/material/dialog';

Loading…
Cancel
Save