mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Fix missing semicolon (#2529)
I started on a documentation change but `npm run validate` after my initial pull revealed this linting error:
```
> jscs lodash.js
requireSemicolons: Missing semicolon after statement at lodash.js :
5864 | function isFlattenable(value) {
5865 | return isArray(value) || isArguments(value) ||
5866 | !!(spreadableSymbol && value && value[spreadableSymbol])
-----------------------------------------------------------------------^
5867 | }
5868 |
```
This commit is contained in:
committed by
John-David Dalton
parent
c253e8d7b8
commit
94c4719c0d
Reference in New Issue
Block a user