Revert "[CST-5677] code formatted"

This reverts commit 37492f2f82.
This commit is contained in:
Davide Negretti
2022-06-06 16:18:09 +02:00
parent 37492f2f82
commit eca9f79924

View File

@@ -1,7 +1,7 @@
import { Component, Input, OnInit } from '@angular/core'; import { Component, Input, OnInit } from '@angular/core';
import { HealthResponse } from '../models/health-component.model'; import { HealthResponse } from '../models/health-component.model';
import { TranslateService } from '@ngx-translate/core'; import { TranslateService } from '@ngx-translate/core';
import { isNotEmpty } from '../../shared/empty.util'; import {isNotEmpty} from '../../shared/empty.util';
@Component({ @Component({
selector: 'ds-health-panel', selector: 'ds-health-panel',