mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Adjust spacing in template string expressions.
This commit is contained in:
@@ -29,7 +29,7 @@ function startsWith(string, target, position) {
|
||||
else if (position > length) {
|
||||
position = length
|
||||
}
|
||||
target = `${ target }`
|
||||
target = `${target}`
|
||||
return string.slice(position, position + target.length) == target
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user