mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Consistent use (always) of parentheses in arrow functions.
This commit is contained in:
@@ -10,7 +10,7 @@ import keys from '../keys.js'
|
||||
*/
|
||||
function baseConforms(source) {
|
||||
const props = keys(source)
|
||||
return object => baseConformsTo(object, source, props)
|
||||
return (object) => baseConformsTo(object, source, props)
|
||||
}
|
||||
|
||||
export default baseConforms
|
||||
|
||||
Reference in New Issue
Block a user