mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -9,7 +9,7 @@ describe('omit methods', () => {
|
||||
object = { a: 1, b: 2, c: 3, d: 4 },
|
||||
resolve = lodashStable.nthArg(1);
|
||||
|
||||
if (methodName == 'omitBy') {
|
||||
if (methodName === 'omitBy') {
|
||||
resolve = function (object, props) {
|
||||
props = lodashStable.castArray(props);
|
||||
return function (value) {
|
||||
|
||||
Reference in New Issue
Block a user