2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-20 20:00:34 +03:00

style: code format

This commit is contained in:
Alexander Shabunevich
2024-05-12 19:47:49 +03:00
parent 28079acd1c
commit 7cdb78cfbf
+2 -1
View File
@@ -186,7 +186,8 @@ export class Mask {
} }
v += offset v += offset
} else { // mask symbol is placeholder } else {
// mask symbol is placeholder
if (masked && !this.isEager()) { if (masked && !this.isEager()) {
result[method](maskChar) result[method](maskChar)
} }