mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Adjust spacing in template string expressions.
This commit is contained in:
@@ -14,7 +14,7 @@ function toKey(value) {
|
||||
if (typeof value == 'string' || isSymbol(value)) {
|
||||
return value
|
||||
}
|
||||
const result = `${ value }`
|
||||
const result = `${value}`
|
||||
return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user