Tieske / uuid

A pure Lua uuid generator (modified from a Rackspace module)
http://tieske.github.io/uuid/
137 stars 50 forks source link

style: avoid shadowing of hwaddr parameter in 'new' #5

Closed thibaultcha closed 8 years ago

thibaultcha commented 8 years ago

Running luacheck of uuid.lua resulted in a warning for the shadowing of the hwaddr parameter as a local variable.

Also minor tweaks I believe were typos.

Tieske commented 8 years ago

manually changed this (PR had conflicts)