From eca9f7992404580f50d95583faf4094c89be69d8 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Mon, 6 Jun 2022 16:18:09 +0200 Subject: [PATCH] Revert "[CST-5677] code formatted" This reverts commit 37492f2f82117267e409484d08b7f8691e568ff6. --- src/app/health-page/health-panel/health-panel.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/health-page/health-panel/health-panel.component.ts b/src/app/health-page/health-panel/health-panel.component.ts index b4fd6f10ee..7a263e6a9c 100644 --- a/src/app/health-page/health-panel/health-panel.component.ts +++ b/src/app/health-page/health-panel/health-panel.component.ts @@ -1,7 +1,7 @@ import { Component, Input, OnInit } from '@angular/core'; import { HealthResponse } from '../models/health-component.model'; import { TranslateService } from '@ngx-translate/core'; -import { isNotEmpty } from '../../shared/empty.util'; +import {isNotEmpty} from '../../shared/empty.util'; @Component({ selector: 'ds-health-panel',