mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Adjust spacing in template string expressions.
This commit is contained in:
@@ -33,7 +33,7 @@ function parseInt(string, radix) {
|
||||
} else if (radix) {
|
||||
radix = +radix
|
||||
}
|
||||
return nativeParseInt(`${ string }`.replace(reTrimStart, ''), radix || 0)
|
||||
return nativeParseInt(`${string}`.replace(reTrimStart, ''), radix || 0)
|
||||
}
|
||||
|
||||
export default parseInt
|
||||
|
||||
Reference in New Issue
Block a user