mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _, falsey } from './utils';
|
||||
describe('range methods', () => {
|
||||
lodashStable.each(['range', 'rangeRight'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isRange = methodName == 'range';
|
||||
isRange = methodName === 'range';
|
||||
|
||||
function resolve(range) {
|
||||
return isRange ? range : range.reverse();
|
||||
|
||||
Reference in New Issue
Block a user