mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Adjust spacing in template string expressions.
This commit is contained in:
@@ -74,7 +74,7 @@ function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
|
||||
// Coerce regexes to strings and treat strings, primitives and objects,
|
||||
// as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
|
||||
// for more details.
|
||||
return object == `${ other }`
|
||||
return object == `${other}`
|
||||
|
||||
case mapTag:
|
||||
let convert = mapToArray
|
||||
|
||||
Reference in New Issue
Block a user