From 44566116a04d18f55f265de446003d38291a08b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20=C5=A0=C5=AFstek?= Date: Mon, 26 Aug 2024 12:46:07 +0200 Subject: [PATCH] reformat --- src/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index b8a493f..4cddd54 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1254,8 +1254,7 @@ export class ValidationService { this.highlight(input, this.ValidationInputCssClassName, - this.ValidationInputValidCssClassName - ); + this.ValidationInputValidCssClassName); if (input.form) { // Adding an error to one input should also add it to others with the same name (i.e. for radio button and checkbox lists). @@ -1290,8 +1289,7 @@ export class ValidationService { this.unhighlight(input, this.ValidationInputCssClassName, - this.ValidationInputValidCssClassName, - ); + this.ValidationInputValidCssClassName); // Removing an error from one input should also remove it from others with the same name (i.e. for radio button and checkbox lists). if (input.form) {