Skip to content

Commit 95d2821

Browse files
committed
formatting
1 parent f9f3c96 commit 95d2821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function stringify_string(str) {
7575
} else {
7676
result += `\\u${code.toString(16).toUpperCase()}`;
7777
}
78-
} else{
78+
} else {
7979
result += char;
8080
}
8181
}

0 commit comments

Comments
 (0)