mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Align indentations
This commit is contained in:
@@ -14,7 +14,7 @@ const rePropName = RegExp(
|
||||
')\\]'+ '|' +
|
||||
// Or match "" as the space between consecutive dots or empty brackets.
|
||||
'(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))'
|
||||
, 'g')
|
||||
, 'g')
|
||||
|
||||
/**
|
||||
* Converts `string` to a property path array.
|
||||
|
||||
Reference in New Issue
Block a user