Skip to content

Commit 6b55bcd

Browse files
committed
update normalize-string.js
1 parent 4b7d218 commit 6b55bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/normalize-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function normalizeString(str) {
1414

1515

1616

17-
let s = String(str) ;
17+
let s = String(str) ;
1818

1919
s = s.trim();
2020
s = s.toLowerCase();

0 commit comments

Comments
 (0)