Skip to content

Commit 0a30fb3

Browse files
[autofix.ci] apply automated fixes
1 parent 31bdbf9 commit 0a30fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/read/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ export function readVnNumber(number: string | number | bigint): string {
189189
} else {
190190
parts.push(`${groupReading} nghìn`)
191191
}
192-
} else if (needsBillionSuffix) { // Units
192+
} else if (needsBillionSuffix) {
193+
// Units
193194
parts.push(`${groupReading} tỷ`)
194195
} else {
195196
parts.push(groupReading)

0 commit comments

Comments
 (0)