From 7cdb78cfbfa32d3a4a9491f7242067a66564592c Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Sun, 12 May 2024 19:47:49 +0300 Subject: [PATCH] style: code format --- packages/maska/src/mask.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/maska/src/mask.ts b/packages/maska/src/mask.ts index 41fb3ee..c70e68e 100644 --- a/packages/maska/src/mask.ts +++ b/packages/maska/src/mask.ts @@ -186,7 +186,8 @@ export class Mask { } v += offset - } else { // mask symbol is placeholder + } else { + // mask symbol is placeholder if (masked && !this.isEager()) { result[method](maskChar) }