mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Consistent parens usage for arrow functions with body.
This commit is contained in:
@@ -11,7 +11,7 @@ import toString from '../toString.js'
|
||||
* @returns {Function} Returns the new case function.
|
||||
*/
|
||||
function createCaseFirst(methodName) {
|
||||
return string => {
|
||||
return (string) => {
|
||||
string = toString(string)
|
||||
|
||||
const strSymbols = hasUnicode(string)
|
||||
|
||||
Reference in New Issue
Block a user