From e3a643c643ce135e50d398e4dce5efc88b82d737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:14:54 +0300 Subject: [PATCH] Code format --- src/app/components/tabview/tabview.ts | 2 +- src/app/components/treeselect/treeselect.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/tabview/tabview.ts b/src/app/components/tabview/tabview.ts index 2a431913550..e086676642c 100755 --- a/src/app/components/tabview/tabview.ts +++ b/src/app/components/tabview/tabview.ts @@ -192,7 +192,7 @@ export class TabPanel implements AfterContentInit, OnDestroy { closed: boolean = false; view: EmbeddedViewRef | null = null; - + _headerStyle: { [klass: string]: any } | null | undefined; _headerStyleClass: string | undefined; diff --git a/src/app/components/treeselect/treeselect.ts b/src/app/components/treeselect/treeselect.ts index 607edf2b86e..187ddc14a55 100755 --- a/src/app/components/treeselect/treeselect.ts +++ b/src/app/components/treeselect/treeselect.ts @@ -107,7 +107,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = {