Commit 26da5e3
committed
refactor(lang): remove runeToUpper wrapper and use unicode.ToUpper directly
The runeToUpper() function was a simple wrapper around unicode.ToUpper()
with only one call site. Removed the wrapper to simplify the code and
call unicode.ToUpper() directly in splitCamel().1 parent 24280b3 commit 26da5e3
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
40 | | - | |
| 36 | + | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
0 commit comments