Skip to content

Commit dc64f11

Browse files
authored
Fix formatting issue in index.js
1 parent 7f073be commit dc64f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function isDoubleWidthEmojiCluster(segment) {
4545
const hasVs15 = segment.includes('\uFE0E');
4646

4747
if (baseIsEmojiPresentation && !hasVs15) {
48-
return true
48+
return true;
4949
}
5050

5151
const codePointCount = [...segment].length;

0 commit comments

Comments
 (0)