mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 14:14:36 +00:00
whitespace
This commit is contained in:
parent
11a92387df
commit
d3a3ba9d28
@ -124,7 +124,7 @@ end
|
||||
--or nil if nothing was found
|
||||
function tablex.index_of(t, a)
|
||||
if a == nil then return nil end
|
||||
for i,b in ipairs(t) do
|
||||
for i, b in ipairs(t) do
|
||||
if a == b then
|
||||
return i
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user