mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Adjust spacing in template string expressions.
This commit is contained in:
@@ -19,7 +19,7 @@ let idCounter = 0
|
||||
*/
|
||||
function uniqueId(prefix) {
|
||||
const id = ++idCounter
|
||||
return `${ prefix + id }`
|
||||
return `${prefix + id}`
|
||||
}
|
||||
|
||||
export default uniqueId
|
||||
|
||||
Reference in New Issue
Block a user