Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Oct 31, 2023
1 parent 984cebc commit 9283b9c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9283b9c

Please sign in to comment.