From 9283b9ceeceecb54b015cb4190ac17912f6fc551 Mon Sep 17 00:00:00 2001 From: Daniel Bisgrove Date: Tue, 31 Oct 2023 13:03:39 -0400 Subject: [PATCH] prettier fix --- .../update-tool-group/update-tool-group.component.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts b/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts index a9397b1e..8419ebcd 100644 --- a/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts +++ b/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts @@ -115,7 +115,10 @@ export class UpdateToolGroupComponent } if (type === RuleTypeEnum.PRAXIS) { // Test confidence - const confidenceValues = this.getValues(type, PraxisTypeEnum.CONFIDENCE); + const confidenceValues = this.getValues( + type, + PraxisTypeEnum.CONFIDENCE, + ); const confidenceCodeChanges = !this.isEqual( confidenceValues.initialCodes, super.getCodes(this.selectedPraxisConfidence),