fastify / fastify-plugin

Plugin helper for Fastify
MIT License
197 stars 42 forks source link

perf(lib/tocamelcase): immediately return instead of using temp var #243

Closed Fdawgs closed 1 month ago

Fdawgs commented 1 month ago

Immediately return instead of assigning the value to the temp newName const, only to return that.

Checklist