Skip to content

Commit adcd396

Browse files
authored
Merge pull request #6 from ioncakephper:t2
Improve performance of data processing module
2 parents 4b7d218 + 6b55bcd commit adcd396

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)